Deprecate RSA harder
[openssl.git] / providers / common / der / der_rsa_key.c
index a20c334b2365df24d611d0e6a58029e4d060a01a..1cc5874290a5d7cb11c5d08a6916cec7cdf9fbf7 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/obj_mac.h>
 #include "internal/cryptlib.h"
 #include "prov/der_rsa.h"