summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoey Yandle <dragon@dancingdragon.be>2016-01-12 11:53:16 -0800
committerRich Salz <rsalz@openssl.org>2016-05-29 13:36:59 -0400
commit888db7f224fec4ead34c32e82fa591dea61d14a2 (patch)
treef4064590762fa4a2212c0ac5992dd553f5bf87d0 /include
parent4447d829de82ac2e26e2a8b3c8e2b248b09f5ac2 (diff)
cherry pick pr-512 changes
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')
-rw-r--r--include/openssl/rand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/rand.h b/include/openssl/rand.h
index 679cf09646..8b0188d74a 100644
--- a/include/openssl/rand.h
+++ b/include/openssl/rand.h
@@ -67,7 +67,6 @@ int RAND_poll(void);
# if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
-void RAND_screen(void);
int RAND_event(UINT, WPARAM, LPARAM);
# endif