summaryrefslogtreecommitdiff
path: root/providers/common/der/der_rsa_key.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/common/der/der_rsa_key.c')
-rw-r--r--providers/common/der/der_rsa_key.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/providers/common/der/der_rsa_key.c b/providers/common/der/der_rsa_key.c
index a20c334b23..1cc5874290 100644
--- a/providers/common/der/der_rsa_key.c
+++ b/providers/common/der/der_rsa_key.c
@@ -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"