Deprecate the low level RSA functions.
[oweals/openssl.git] / providers / implementations / serializers / serializer_rsa.c
index 9aaefb56bc4e6f959efb5494b0eebbe598e295af..ddc70749276aa401c0b5e9a8d5456a82bbb1c6ca 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 "crypto/rsa.h"           /* rsa_get0_all_params() */
 #include "prov/bio.h"             /* ossl_prov_bio_printf() */
 #include "prov/implementations.h" /* rsa_keymgmt_functions */