Fix some defines in ossl_shim
[openssl.git] / test / ossl_shim / include / openssl / base.h
index 755d52003271ccf09952f4662320069044539186..7349273c384504988902291fc28dfd1c5e4af1d6 100644 (file)
 
 # define OPENSSL_ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))
 
-/* Temporary TLS1.3 defines until OpenSSL supports these */
-# define TLS1_3_VERSION                  0x0304
-# define SSL_OP_NO_TLSv1_3               0
-
 extern "C++" {
 
 #include <memory>