Deprecate the low level RSA functions.
[oweals/openssl.git] / crypto / rsa / rsa_meth.c
index a2a0426ee41376d870e080967dd54c503f16d9f3..6bbe21814eda9cf40e435fe8bc5c4873dce62d82 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 <string.h>
 #include "rsa_local.h"
 #include <openssl/err.h>