From: Max Bachmann Date: Fri, 6 May 2022 10:09:27 +0000 (+0200) Subject: remove legacy VxWorks workaround X-Git-Tag: openssl-3.2.0-alpha1~2678 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6680123643bc3289ecbcbd6bce844a814c1510a;p=thirdparty%2Fopenssl.git remove legacy VxWorks workaround The same workaround was already removed in sockets.h in 5c8b7b4caa0faedb69277063a7c6b3a8e56c6308 Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/18260) --- diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c index b4e5ca3575d..acb1165e0d8 100644 --- a/crypto/rand/rand_egd.c +++ b/crypto/rand/rand_egd.c @@ -40,11 +40,7 @@ int RAND_egd_bytes(const char *path, int bytes) # include # include # ifndef NO_SYS_UN_H -# ifdef OPENSSL_SYS_VXWORKS -# include -# else -# include -# endif +# include # else struct sockaddr_un { short sun_family; /* AF_UNIX */