Deprecate the low level RSA functions.
[openssl.git] / crypto / evp / p_dec.c
index d1d8b0b59ea6b91e6fba0e63abc38ac638879c35..9a6f271000859880c23c36e070527e55c8d80710 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>