]> granicus.if.org Git - curl/commit
openssl: assume engine support in 1.0.1 or later
authorDaniel Stenberg <daniel@haxx.se>
Fri, 8 Jun 2018 14:36:47 +0000 (16:36 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 Jun 2018 08:20:18 +0000 (10:20 +0200)
commit38203f1585da53e07e54e37c7d5da4d72f509a2e
treece206e4bb0b26c4155a864be32f82397a1d2eab5
parent100318c7fd934fa260f790d03808860c9b6cec68
openssl: assume engine support in 1.0.1 or later

Previously it was checked for in configure/cmake, but that would then
leave other build systems built without engine support.

While engine support probably existed prior to 1.0.1, I decided to play
safe. If someone experience a problem with this, we can widen the
version check.

Fixes #2641
Closes #2644
CMakeLists.txt
configure.ac
lib/urldata.h
lib/vtls/openssl.c