 |
CernVM-FS
2.12.0
|
Go to the documentation of this file.
5 #ifndef CVMFS_CRYPTO_OPENSSL_VERSION_H_
6 #define CVMFS_CRYPTO_OPENSSL_VERSION_H_
8 #include <openssl/opensslv.h>
13 #ifndef LIBRESSL_VERSION_NUMBER
14 #error "picking up OpenSSL includes instead of LibreSSL"
18 #if OPENSSL_VERSION_NUMBER >= 0x10100000L
19 #define OPENSSL_API_INTERFACE_V11
20 #if OPENSSL_VERSION_NUMBER >= 0x10101000L
21 #define OPENSSL_API_INTERFACE_V111
23 #elif OPENSSL_VERSION_NUMBER < 0x00908000L
24 #define OPENSSL_API_INTERFACE_V09
26 #define OPENSSL_API_INTERFACE_V10
29 #endif // CVMFS_CRYPTO_OPENSSL_VERSION_H_