mirror of
https://github.com/nginx/nginx.git
synced 2025-01-21 05:43:10 -06:00
fix building on Fedora 14
patch by Kirill A. Korinskiy
This commit is contained in:
parent
8e8251a317
commit
3d86ad3f95
@ -560,7 +560,7 @@ ngx_ssl_handshake(ngx_connection_t *c)
|
||||
#if (NGX_DEBUG)
|
||||
{
|
||||
char buf[129], *s, *d;
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x1000000fL
|
||||
#if OPENSSL_VERSION_NUMBER >= 0x10000000L
|
||||
const
|
||||
#endif
|
||||
SSL_CIPHER *cipher;
|
||||
|
Loading…
Reference in New Issue
Block a user