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:
parent
240635c0b2
commit
45236ed6a4
4
e_os.h
4
e_os.h
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user