Deprecate the low level RSA functions.
[openssl.git] / crypto / rsa / rsa_none.c
index 833ab94028e9bcfba84e2e6dc3c00f8f785a262f..5298ca73286b72f325f2922c1de3b33e564d0801 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 "internal/cryptlib.h"
 #include <openssl/bn.h>
 #include <openssl/rsa.h>