[nginx] SSL: remove no longer needed workaround for BoringSSL.

Maxim Dounin mdounin at mdounin.ru
Mon Aug 22 15:07:58 UTC 2016


details:   http://hg.nginx.org/nginx/rev/3d8be8fb0149
branches:  
changeset: 6659:3d8be8fb0149
user:      Piotr Sikora <piotrsikora at google.com>
date:      Thu Aug 18 14:49:48 2016 -0700
description:
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 at google.com>

diffstat:

 src/event/ngx_event_openssl.c |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (13 lines):

diff --git a/src/event/ngx_event_openssl.c b/src/event/ngx_event_openssl.c
--- 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();



More information about the nginx-devel mailing list