Deprecate the low level RSA functions.
[openssl.git] / providers / implementations / asymciphers / rsa_enc.c
index 87349ed64b3423f08ac7b1681458efaef2a565f1..5f071a56caffeb4c4da4fc917effdd207f9ff64d 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 <openssl/crypto.h>
 #include <openssl/evp.h>
 #include <openssl/core_numbers.h>