mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-25 10:59:53 +03:00
Remove empty OpenSSL version guard
This commit is contained in:
parent
de9c566f33
commit
28ded982a7
@ -68,10 +68,6 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif // _MSC_VER
|
#endif // _MSC_VER
|
||||||
|
|
||||||
#if OPENSSL_VERSION_NUMBER >= 0x30000000L
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// OpenSSL <1.1 Shims
|
// OpenSSL <1.1 Shims
|
||||||
#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
#if OPENSSL_VERSION_NUMBER < 0x10100000L
|
||||||
# define EVP_PKEY_get0_RSA(obj) ((obj)->pkey.rsa)
|
# define EVP_PKEY_get0_RSA(obj) ((obj)->pkey.rsa)
|
||||||
|
Loading…
Reference in New Issue
Block a user