Fix some defines in ossl_shim
authorMatt Caswell <matt@openssl.org>
Wed, 23 Nov 2016 13:55:35 +0000 (13:55 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 23 Nov 2016 17:01:33 +0000 (17:01 +0000)
ossl_shim had some TLS1.3 defines that are now in ssl.h so need to be
removed.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
test/ossl_shim/include/openssl/base.h

index 755d52003271ccf09952f4662320069044539186..7349273c384504988902291fc28dfd1c5e4af1d6 100644 (file)
 
 # define OPENSSL_ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))
 
 
 # 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>
 extern "C++" {
 
 #include <memory>