提交 37b1f8bd 编写于 作者: R Rich Salz

Revert "Allow OPENSSL_NO_SOCK in e_os.h even for non-Windows/DOS platforms"

This reverts commit 963bb621.
Reviewed-by: NTim Hudson <tjh@openssl.org>
上级 95e040bb
......@@ -460,7 +460,10 @@ extern int kbhit(void);
# endif
# ifdef USE_SOCKETS
# ifdef OPENSSL_NO_SOCK
# if defined(WINDOWS) || defined(MSDOS)
/* windows world */
# ifdef OPENSSL_NO_SOCK
# define OpenSSL_Write(a,b,c) (-1)
# define OpenSSL_Read(a,b,c) (-1)
# elif !defined(__DJGPP__)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册