提交 66889e43 编写于 作者: M Matt Caswell

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: NEmilia Käsper <emilia@openssl.org>
上级 902d036c
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册