aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl
diff options
context:
space:
mode:
authorJoey Yandle <xoloki@gmail.com>2016-05-16 12:30:41 -0700
committerRich Salz <rsalz@openssl.org>2016-05-29 13:36:59 -0400
commit73241290bc15d708bb9ec8bb48891df1e5485e3e (patch)
treee1f4d1004d2071a8027ecfaebe1eecd5141b8468 /include/openssl
parentad0f926c9c556b5369ce98aa128e4db4463ac12d (diff)
downloadopenssl-73241290bc15d708bb9ec8bb48891df1e5485e3e.tar.gz
add removed functions back as deprecated
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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/openssl/rand.h b/include/openssl/rand.h
index eadeb498e1..d0f8eabe0a 100644
--- a/include/openssl/rand.h
+++ b/include/openssl/rand.h
@@ -65,6 +65,11 @@ int RAND_egd_bytes(const char *path, int bytes);
# endif
int RAND_poll(void);
+#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
+DEPRECATEDIN_1_1_0(void RAND_screen(void))
+DEPRECATEDIN_1_1_0(int RAND_event(UINT, WPARAM, LPARAM))
+#endif
+
/* BEGIN ERROR CODES */
/*
* The following lines are auto generated by the script mkerr.pl. Any changes