]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/des/qud_cksm.c
Deprecate the low level DES functions.
[thirdparty/openssl.git] / crypto / des / qud_cksm.c
index 5123914852f3920fb0486ccbbec852843d283948..c0e2fa39f855108345ca78f10045862b4d576c36 100644 (file)
  * only based on the code in this paper and is almost definitely not the same
  * as the MIT implementation.
  */
+
+/*
+ * DES low level APIs are deprecated for public use, but still ok for internal
+ * use.
+ */
+#include "internal/deprecated.h"
+
 #include "des_local.h"
 
 #define Q_B0(a) (((DES_LONG)(a)))