Hello!

On Thu, Aug 18, 2016 at 09:26:27PM -0700, Piotr Sikora wrote:

> # HG changeset patch
> # User Piotr Sikora <piotrsik...@google.com>
> # Date 1471556988 25200
> #      Thu Aug 18 14:49:48 2016 -0700
> # Node ID 05a43cbd6e0d4e4e94be2c48765e7d12b1faf0e4
> # Parent  3d5202c71f94b155c0beefaf707f2f45a05634cf
> 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 <piotrsik...@google.com>
> 
> diff -r 3d5202c71f94 -r 05a43cbd6e0d 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();

Committed, thanks.

-- 
Maxim Dounin
http://nginx.org/

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to