diff options
Diffstat (limited to 'tqca-tls.cpp')
-rw-r--r-- | tqca-tls.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tqca-tls.cpp b/tqca-tls.cpp index df9eff1..e17f649 100644 --- a/tqca-tls.cpp +++ b/tqca-tls.cpp @@ -34,6 +34,10 @@ #include <openssl/err.h> #include <openssl/rand.h> +#if OPENSSL_VERSION_NUMBER >= 0x00907000 +#define OSSL_097 +#endif + #ifndef OSSL_097 #define NO_AES #endif |