RT3108: OPENSSL_NO_SOCK should imply OPENSSL_NO_DGRAM
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
This commit is contained in:
parent
83e4e03eeb
commit
be0bd11d69
1 changed files with 4 additions and 0 deletions
4
e_os.h
4
e_os.h
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue