Commit 66889e43 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix some defines in ossl_shim



ossl_shim had some TLS1.3 defines that are now in ssl.h so need to be
removed.

Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
parent 902d036c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -62,10 +62,6 @@

# 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>