diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-01-08 16:20:33 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-01-08 16:20:33 +0000 |
| commit | 61fc473b9c4c9ad1be2720dc4f3d6e53abe4e4c4 (patch) | |
| tree | b06238723d0bbe0c508db3b608855330b4a19bd1 | |
| parent | dd15b55fbc1288d97140cfada258b3ccbd5e0b1c (diff) | |
| download | nginx-61fc473b9c4c9ad1be2720dc4f3d6e53abe4e4c4.tar.gz nginx-61fc473b9c4c9ad1be2720dc4f3d6e53abe4e4c4.tar.bz2 | |
d2i_SSL_SESSION() was changed in 0.9.7f
| -rw-r--r-- | src/event/ngx_event_openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event_openssl.c b/src/event/ngx_event_openssl.c index ba83e7f02..7d61dfe46 100644 --- a/src/event/ngx_event_openssl.c +++ b/src/event/ngx_event_openssl.c @@ -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; |
