add removed functions back as deprecated
[openssl.git] / doc / crypto / rand.pod
index 78a9d57820ae694be492904e6693a129a774be20..76ec0b6b7338d27c92cde0c288a15baa7fa3c5af 100644 (file)
@@ -33,6 +33,14 @@ Deprecated:
  void RAND_cleanup(void)
  #endif
 
+/* For Win32 only */
+
+ #if OPENSSL_API_COMPAT < 0x10100000L
+ void RAND_screen(void);
+ int RAND_event(UINT, WPARAM, LPARAM);
+ #endif
+
+
 =head1 DESCRIPTION
 
 Since the introduction of the ENGINE API, the recommended way of controlling