]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/des/cbc_cksm.c
Deprecate the low level DES functions.
[thirdparty/openssl.git] / crypto / des / cbc_cksm.c
index 1fb76b556276745354d3f16cdc575b22437c3996..aacbaa65120f34be95ac5f6504a1bdda434bbad8 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * DES low level APIs are deprecated for public use, but still ok for internal
+ * use.
+ */
+#include "internal/deprecated.h"
+
 #include "des_local.h"
 
 DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output,