]> granicus.if.org Git - curl/commit
ssl: fix compilation with OpenSSL 0.9.7
authorMichael Kaufmann <mail@michael-kaufmann.ch>
Tue, 13 Nov 2018 20:41:25 +0000 (21:41 +0100)
committerMichael Kaufmann <mail@michael-kaufmann.ch>
Wed, 21 Nov 2018 10:14:26 +0000 (11:14 +0100)
commit30a65381f97ef1f301285c6dfadc0ac6ba905818
tree7bbbbb872d0b73b40b173c900aec3499a88e55af
parent59311bd3df5da6342312b5dc9b6c91fc2be77d4f
ssl: fix compilation with OpenSSL 0.9.7

- ENGINE_cleanup() was used without including "openssl/engine.h"
- enable engine support for OpenSSL 0.9.7

Closes #3266
configure.ac
lib/vtls/openssl.c