mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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
@ -62,10 +62,6 @@
|
|||||||
|
|
||||||
# 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++" {
|
extern "C++" {
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
Loading…
Reference in New Issue
Block a user