Properly apply the OpenSSL version checks

This commit is contained in:
Jakub Jelen
2017-11-14 12:32:23 +01:00
parent 0a131a053d
commit 77c51a7317
4 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include <openssl/opensslv.h>
#include "openssl-compat.h"
#if OPENSSL_VERSION_NUMBER < 0x10100000L
#include <string.h>