Deprecate the low level RSA functions.
[openssl.git] / crypto / rsa / rsa_ameth.c
index a94cb54b5e45c853cc067ebbe76701ec3b04f955..71aa435bd72b1aa81abe53f56c75707b0dcb3af3 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/asn1t.h>