aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPiotr Sikora <piotrsikora@google.com>2016-08-18 14:49:48 -0700
committerPiotr Sikora <piotrsikora@google.com>2016-08-18 14:49:48 -0700
commitc7c5c43c04756b206286be0dd42f219aa095eb4a (patch)
tree3b2a70a21975c1ffe4f8095b54567b3f046cde33 /src
parentd4f70116883792bd902a1761c8a09cdee042e27a (diff)
downloadnginx-c7c5c43c04756b206286be0dd42f219aa095eb4a.tar.gz
nginx-c7c5c43c04756b206286be0dd42f219aa095eb4a.zip
SSL: remove no longer needed workaround for BoringSSL.
BoringSSL added a no-op stub for OPENSSL_config() on 2016-01-26. Requested by David Benjamin. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/event/ngx_event_openssl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/event/ngx_event_openssl.c b/src/event/ngx_event_openssl.c
index c40c1980e..07e9085a7 100644
--- a/src/event/ngx_event_openssl.c
+++ b/src/event/ngx_event_openssl.c
@@ -118,9 +118,7 @@ ngx_ssl_init(ngx_log_t *log)
#else
-#ifndef OPENSSL_IS_BORINGSSL
OPENSSL_config(NULL);
-#endif
SSL_library_init();
SSL_load_error_strings();