Deprecate the low level RSA functions.
[openssl.git] / crypto / rsa / rsa_pmeth.c
index 34cbba658e31f5ed65dd78aadf60d2e786810ff1..174271874a31efa3996937f8ce120c5e8613cc2b 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/constant_time.h"
 
 #include <stdio.h>