mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 09:42:39 +08: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)
|
#if (NGX_DEBUG)
|
||||||
{
|
{
|
||||||
char buf[129], *s, *d;
|
char buf[129], *s, *d;
|
||||||
#if OPENSSL_VERSION_NUMBER >= 0x1000000fL
|
#if OPENSSL_VERSION_NUMBER >= 0x10000000L
|
||||||
const
|
const
|
||||||
#endif
|
#endif
|
||||||
SSL_CIPHER *cipher;
|
SSL_CIPHER *cipher;
|
||||||
|
Loading…
Reference in New Issue
Block a user