X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=e_os.h;h=27b18256b603aed9be9266f778593ec534e69bd9;hp=ced9483ab00ec41d0277ef9b8b0add5a590665ea;hb=be0bd11d698677bb7dde14cde73af098da94da18;hpb=83e4e03eeb22d2fbaec516a466330f2ccab22864 diff --git a/e_os.h b/e_os.h index ced9483ab0..27b18256b6 100644 --- a/e_os.h +++ b/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 */