[PATCH] Configure: remove redundant NGX_OPENSSL
Maxim Dounin
mdounin at mdounin.ru
Mon Oct 26 12:58:25 UTC 2015
Hello!
On Sat, Oct 24, 2015 at 04:26:16PM -0700, Piotr Sikora wrote:
> # HG changeset patch
> # User Piotr Sikora <piotrsikora at google.com>
> # Date 1445649693 25200
> # Fri Oct 23 18:21:33 2015 -0700
> # Node ID 7435401242d6dbfdb4b42339ab2d96ed30d397a7
> # Parent 8c25beef3cc4f7d3b88c8718bd24f02b1bc39d35
> Configure: remove redundant NGX_OPENSSL.
>
> Previously, both NGX_OPENSSL (used to init library and include headers)
> and NGX_SSL (used in rest of the source code) had to be defined.
The NGX_SSL and NGX_OPENSSL macros are distinct as a result of an
attempt to allow using different SSL libraries by introducing an
abstraction ngx_ssl_* layer. I don't think removing this
distinction is a good idea.
[...]
--
Maxim Dounin
http://nginx.org/
More information about the nginx-devel
mailing list