From: Joey Yandle Date: Wed, 13 Jan 2016 19:15:51 +0000 (-0800) Subject: get rid of now empty #if X-Git-Tag: OpenSSL_1_1_0-pre6~649 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ad0f926c9c556b5369ce98aa128e4db4463ac12d;p=oweals%2Fopenssl.git get rid of now empty #if Reviewed-by: Matt Caswell Reviewed-by: Tim Hudson Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1079) --- diff --git a/include/openssl/rand.h b/include/openssl/rand.h index 4d7e6eaebe..eadeb498e1 100644 --- a/include/openssl/rand.h +++ b/include/openssl/rand.h @@ -65,10 +65,6 @@ int RAND_egd_bytes(const char *path, int bytes); # endif int RAND_poll(void); -# if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32) - -# endif - /* BEGIN ERROR CODES */ /* * The following lines are auto generated by the script mkerr.pl. Any changes