]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rc5/rc5_enc.c
Deprecate the low level RC5 functions
[thirdparty/openssl.git] / crypto / rc5 / rc5_enc.c
index c91fa99ce8df880a07c5b8909e619e391634aa89..0fa80a50af185a778835cee8391d1f7d2233095f 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * RC5 low level APIs are deprecated for public use, but still ok for internal
+ * use.
+ */
+#include "internal/deprecated.h"
+
 #include <stdio.h>
 #include <openssl/rc5.h>
 #include "rc5_local.h"