Deprecate the low level RSA functions.
[openssl.git] / crypto / evp / p_enc.c
index 4c169857c2ef59de73b95e5fc3b05e995594be2c..349eabde4cd702e8721bad9d17d0da328215702d 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/rsa.h>