]> git.kaiwu.me - nginx.git/commitdiff
d2i_SSL_SESSION() was changed in 0.9.7f
authorIgor Sysoev <igor@sysoev.ru>
Mon, 8 Jan 2007 16:20:33 +0000 (16:20 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 8 Jan 2007 16:20:33 +0000 (16:20 +0000)
src/event/ngx_event_openssl.c

index ba83e7f027a0432f805c77983140ae230d3b2b18..7d61dfe4611827e316104ba0b4822d6e554bc29d 100644 (file)
@@ -1353,7 +1353,7 @@ static ngx_ssl_session_t *
 ngx_ssl_get_cached_session(ngx_ssl_conn_t *ssl_conn, u_char *id, int len,
     int *copy)
 {
-#if OPENSSL_VERSION_NUMBER >= 0x00908000
+#if OPENSSL_VERSION_NUMBER >= 0x0090707fL
     const
 #endif
     u_char                   *p;