提交 be0bd11d 编写于 作者: R Rich Salz

RT3108: OPENSSL_NO_SOCK should imply OPENSSL_NO_DGRAM

Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
上级 83e4e03e
......@@ -499,6 +499,10 @@ static unsigned int _strlen31(const char *str)
/*************/
#if defined(OPENSSL_NO_SOCK) && !defined(OPENSSL_NO_DGRAM)
# define OPENSSL_NO_DGRAM
#endif
#ifdef USE_SOCKETS
# if defined(WINDOWS) || defined(MSDOS)
/* windows world */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册