RT3108: OPENSSL_NO_SOCK should imply OPENSSL_NO_DGRAM

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
(cherry picked from commit be0bd11d69)
This commit is contained in:
Rich Salz 2014-09-04 17:15:42 -04:00
parent 240635c0b2
commit 45236ed6a4

4
e_os.h
View File

@ -496,6 +496,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 #ifdef USE_SOCKETS
# if defined(WINDOWS) || defined(MSDOS) # if defined(WINDOWS) || defined(MSDOS)
/* windows world */ /* windows world */