Browse Source

Merge pull request #7290 from lealem47/define_ssleay_version

Define SSLEAY_VERSION in wolfssl/openssl/crypto.h
Daniel Pouzzner 3 months ago
parent
commit
efda4b5435
1 changed files with 1 additions and 0 deletions
  1. 1 0
      wolfssl/openssl/crypto.h

+ 1 - 0
wolfssl/openssl/crypto.h

@@ -97,6 +97,7 @@ WOLFSSL_API int wolfSSL_OPENSSL_init_crypto(word64 opts, const OPENSSL_INIT_SETT
 #define SSLeay wolfSSLeay
 #define OpenSSL_version_num wolfSSL_OpenSSL_version_num
 #define SSLEAY_VERSION_NUMBER OPENSSL_VERSION_NUMBER
+#define SSLEAY_VERSION OPENSSL_VERSION
 
 #define CRYPTO_lock wc_LockMutex_ex