RT3108: OPENSSL_NO_SOCK should imply OPENSSL_NO_DGRAM

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
This commit is contained in:
Rich Salz 2014-09-04 17:15:42 -04:00
parent 83e4e03eeb
commit be0bd11d69

4
e_os.h
View file

@ -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 */