]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 3404] revert change
authorJuergen Perlinger <perlinger@ntp.org>
Sun, 2 Jul 2017 07:42:42 +0000 (09:42 +0200)
committerJuergen Perlinger <perlinger@ntp.org>
Sun, 2 Jul 2017 07:42:42 +0000 (09:42 +0200)
bk: 5958a3f2at1d4UgoNcUS5Pj1mTo5Og

include/ssl_applink.c

index 86746f40dcb32e242d4884023037c87a9bc10421..693380f01051210e3551bb76f5a95618d41def90 100644 (file)
@@ -14,7 +14,9 @@
 #   include "msvc_ssl_autolib.h"
 #  endif
 # endif
-# include <openssl/applink.c>
+# if OPENSSL_VERSION_NUMBER < 0x10100000L
+#  include <openssl/applink.c>
+# endif
 # ifdef _MSC_VER
 #  pragma warning(pop)
 # endif