Deprecate the low level RSA functions.
[openssl.git] / crypto / rsa / rsa_prn.c
index 5e4c098a1652ab85c23f6dc516fd95d33c7cc0bc..1e52e9e3e6b9b38e1b361874272c6edb34c82838 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * RSA low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <stdio.h>
 #include "internal/cryptlib.h"
 #include <openssl/rsa.h>