BN_pseudo_rand is really BN_rand
[openssl.git] / include / openssl / opensslconf.h.in
index bec5bd09d2d4899b4d0b591221a33a6bbf535c44..2603247df2c9ce491683794cd1644622a8f592c1 100644 (file)
@@ -95,6 +95,12 @@ extern "C" {
 # define OPENSSL_API_COMPAT OPENSSL_MIN_API
 #endif
 
+#if OPENSSL_API_COMPAT < 0x10200000L
+# define DEPRECATEDIN_1_2_0(f)   DECLARE_DEPRECATED(f)
+#else
+# define DEPRECATEDIN_1_2_0(f)
+#endif
+
 #if OPENSSL_API_COMPAT < 0x10100000L
 # define DEPRECATEDIN_1_1_0(f)   DECLARE_DEPRECATED(f)
 #else