1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

Remove empty OpenSSL version guard

This commit is contained in:
Siddharth 2024-06-28 14:18:48 -04:00
parent de9c566f33
commit 28ded982a7

View File

@ -68,10 +68,6 @@
#endif
#endif // _MSC_VER
#if OPENSSL_VERSION_NUMBER >= 0x30000000L
#endif
// OpenSSL <1.1 Shims
#if OPENSSL_VERSION_NUMBER < 0x10100000L
# define EVP_PKEY_get0_RSA(obj) ((obj)->pkey.rsa)