summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers/cipher_rc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/ciphers/cipher_rc2.c')
-rw-r--r--providers/implementations/ciphers/cipher_rc2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/providers/implementations/ciphers/cipher_rc2.c b/providers/implementations/ciphers/cipher_rc2.c
index 604c7ed637..c773407d85 100644
--- a/providers/implementations/ciphers/cipher_rc2.c
+++ b/providers/implementations/ciphers/cipher_rc2.c
@@ -9,6 +9,12 @@
/* Dispatch functions for RC2 cipher modes ecb, cbc, ofb, cfb */
+/*
+ * RC2 low level APIs are deprecated for public use, but still ok for internal
+ * use.
+ */
+#include "internal/deprecated.h"
+
#include "cipher_rc2.h"
#include "prov/implementations.h"
#include "prov/providercommonerr.h"