]> git.ipfire.org Git - thirdparty/strongswan.git/commit
openssl: Move ENGINE-specific code into a separate file
authorTobias Brunner <tobias@strongswan.org>
Fri, 4 Mar 2022 10:26:52 +0000 (11:26 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 14 Apr 2022 17:05:44 +0000 (19:05 +0200)
commita8bab0ee15f509a3452c776357bbb2e3b5255f43
tree732ba6f6e110936e5ab2e1056945c5a748cbe189
parentf26639de2caecebe7afeefaedd270ba4504d2f1a
openssl: Move ENGINE-specific code into a separate file

This way we can compile it with OPENSSL_SUPPRESS_DEPRECATED for
OpenSSL 3.0, which deprecated the ENGINE API.
src/libstrongswan/plugins/openssl/Makefile.am
src/libstrongswan/plugins/openssl/openssl_engine.c [new file with mode: 0644]
src/libstrongswan/plugins/openssl/openssl_engine.h [new file with mode: 0644]
src/libstrongswan/plugins/openssl/openssl_plugin.c