Deprecate the low level RSA functions.
[oweals/openssl.git] / crypto / rsa / rsa_pss.c
index 15014ef4b17091a2bf24c8c8d5ca178b2eb559cd..054fca9fd196eae354d8ab3f508bb05afc7df72b 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/bn.h>