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>
This commit is contained in:
parent
d40e8e1625
commit
172cb63eaf
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue