aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl
diff options
context:
space:
mode:
authorJoey Yandle <xoloki@gmail.com>2016-01-13 11:15:51 -0800
committerRich Salz <rsalz@openssl.org>2016-05-29 13:36:59 -0400
commitad0f926c9c556b5369ce98aa128e4db4463ac12d (patch)
treefd025cb8aea070e4c6a648ff2113b192b3f4b40f /include/openssl
parent151a4376bcd0c4743a8da6249484f4cc911ede64 (diff)
downloadopenssl-ad0f926c9c556b5369ce98aa128e4db4463ac12d.tar.gz
get rid of now empty #if
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1079)
Diffstat (limited to 'include/openssl')
-rw-r--r--include/openssl/rand.h4
1 files changed, 0 insertions, 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