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:
parent
902d036c14
commit
66889e4399
1 changed files with 0 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue