Third argument to shl_load() is "long address", not a pointer.
[oweals/openssl.git] / apps / genrsa.c
index dbc23e40aa85f46afd009cc5d8a262c8b8b5aaa7..6079688ce9105b12b6038550c11bca18329e3570 100644 (file)
  * [including the GNU Public Licence.]
  */
 
+/* Until the key-gen callbacks are modified to use newer prototypes, we allow
+ * deprecated functions for openssl-internal code */
+#ifdef OPENSSL_NO_DEPRECATED
+#undef OPENSSL_NO_DEPRECATED
+#endif
+
 #ifndef OPENSSL_NO_RSA
 #include <stdio.h>
 #include <string.h>