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: Emilia Käsper <emilia@openssl.org>
This commit is contained in:
Matt Caswell 2016-11-23 13:55:35 +00:00
parent 902d036c14
commit 66889e4399

View file

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