]> git.ipfire.org Git - thirdparty/openvpn.git/commit
autoconf: Fix engine checks for openssl 1.1
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Sun, 29 Oct 2017 15:34:48 +0000 (15:34 +0000)
committerGert Doering <gert@greenie.muc.de>
Sat, 4 Nov 2017 17:53:44 +0000 (18:53 +0100)
commit6b5dbf6c8da0ff82fa1dca4eb4665be0a4fe31d3
tree7e97226f2c28202ee9ac2d31174bc14ad9d390da
parent86614539e5ff2ca72f61a9a377130f3b403c9434
autoconf: Fix engine checks for openssl 1.1

In openssl 1.1, ENGINE_cleanup became a #define instead of a function
(because it's no longer needed as engines are self cleaning).  Update
the autoconf.ac script to check for ENGINE_cleanup as a declaration to
avoid falsely undefinig HAVE_OPENSSL_ENGINE in openssl 1.1+

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Acked-by: Steffan Karger <steffan.karger@fox-it.com>
Message-Id: <1509291288.3116.14.camel@HansenPartnership.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15676.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
configure.ac