Use a STACK_OF(OPENSSL_CSTRING) for const char * stacks
[openssl.git] / include / openssl / rand.h
index 4d7e6eaebe7b1524d9cc4a753395900aae91cb33..d0f8eabe0a34bbbd77ab0148ed7249ea613baa55 100644 (file)
@@ -65,9 +65,10 @@ int RAND_egd_bytes(const char *path, int bytes);
 # endif
 int RAND_poll(void);
 
-# if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
-
-# endif
+#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 */
 /*