From ad0f926c9c556b5369ce98aa128e4db4463ac12d Mon Sep 17 00:00:00 2001 From: Joey Yandle Date: Wed, 13 Jan 2016 11:15:51 -0800 Subject: [PATCH] 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) --- include/openssl/rand.h | 4 ---- 1 file changed, 4 deletions(-) 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 -- GitLab