You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adjust build with wolfssl crypto
lighttpd src/sys-crypto-md.h prefers crypto from libs in the
following order (using first available):
nettle, mbedtls, wolfssl, openssl, gnutls, nss
(unless FORCE_*_CRYPTO defined, in which case the specified lib is used)
wolfssl openssl compatibility layer requires its include paths include
both the wolfssl location and wolfssl/openssl which exposed wolfssl
compatibility layer for openssl, and potentially messing up builds of
lighttpd mod_openssl or sys-crypto-md.h. When lighttpd mod_wolfssl was
created, the dependency on wolfssl compatibility layer for openssl was
also removed.
The adjustments to configure.ac in this commit does not expose
wolfssl/openssl/*, only the include of wolfssl/, when a non-default
path is specified --with-wolfssl=/path/to/wolfssl-install-location
0 commit comments