fix building on Fedora 14 patch by Kirill A. Korinskiy
Igor Sysoev
11 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
src/event/ngx_event_openssl.c
less
more
559
559
#if (NGX_DEBUG)
560
560
{
561
561
char buf[129], *s, *d;
562
#if OPENSSL_VERSION_NUMBER >= 0x1000000fL
562
#if OPENSSL_VERSION_NUMBER >= 0x10000000L
563
563
const
564
564
#endif
565
565
SSL_CIPHER *cipher;