]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/ciphers/cipher_rc5.c
Deprecate the low level RC5 functions
[thirdparty/openssl.git] / providers / implementations / ciphers / cipher_rc5.c
index e2e1cb6a31007e848d3217865a338c877e841676..d6026c48f62971a926c745a793ccae5caa3bace3 100644 (file)
@@ -9,6 +9,12 @@
 
 /* Dispatch functions for RC5 cipher modes ecb, cbc, ofb, cfb */
 
+/*
+ * RC5 low level APIs are deprecated for public use, but still ok for internal
+ * use.
+ */
+#include "internal/deprecated.h"
+
 #include "cipher_rc5.h"
 #include "prov/implementations.h"
 #include "prov/providercommonerr.h"