Deprecate the low level RSA functions.
[oweals/openssl.git] / apps / genrsa.c
index 96fb23aaf502371582e36f9412517d1baa357e44..c45fe19b12339857d923ff176e2c0b19f0c9475a 100644 (file)
@@ -7,6 +7,9 @@
  * https://www.openssl.org/source/license.html
  */
 
+/* We need to use the deprecated RSA low level calls */
+#define OPENSSL_SUPPRESS_DEPRECATED
+
 #include <openssl/opensslconf.h>
 #ifdef OPENSSL_NO_RSA
 NON_EMPTY_TRANSLATION_UNIT