coova / coova-chilli

CoovaChilli is an open-source software access controller for captive portal hotspots.
Other
514 stars 257 forks source link

Fix compilation without deprecated OpenSSL APIs #498

Closed neheb closed 4 years ago

neheb commented 4 years ago

Initialization and Deinitialization is deprecated and does nothing.

HAVE_OPENSSL_ENGINE is totally broken since OpenSSL 1.1 since the header is always available. Use the normal Openssl define.

Added missing err.h header that was implicitly included.

Signed-off-by: Rosen Penev rosenp@gmail.com