Skip to content

Commit

Permalink
SSL: remove no longer needed workaround for BoringSSL.
Browse files Browse the repository at this point in the history
BoringSSL added a no-op stub for OPENSSL_config() on 2016-01-26.

Requested by David Benjamin.

Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora committed Aug 18, 2016
1 parent d4f7011 commit c7c5c43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/event/ngx_event_openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c7c5c43

Please sign in to comment.