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
View File
@@ -10,6 +10,7 @@
#ifndef LIBCRYPTO_COMPAT_H
#define LIBCRYPTO_COMPAT_H
#include <openssl/opensslv.h>
#if OPENSSL_VERSION_NUMBER < 0x10100000L
#include <openssl/rsa.h>