Add support for OpenSSL 1.1.0 to configure script

OpenSSL 1.1.0 removed the SSLeay() function and replaced it with a macro, that AC_CHECK_LIB can't see.

Search for ERR_get_error() instead.
This commit is contained in:
Kevin Easton
2017-03-17 00:38:46 +11:00
parent 2fa0bf818a
commit 184af728c7
3 changed files with 15 additions and 13 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Add support for OpenSSL 1.1.0 to configure script. (caf)
* /UNBAN <nick> can use cached whowas info to unset bans. (caf)
* Unsetting CMDCHARS sets it back to the default. (caf)