]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/kdfs/krb5kdf.c
Deprecate the low level DES functions.
[thirdparty/openssl.git] / providers / implementations / kdfs / krb5kdf.c
index 08a9495929257bbfaa358b41259131916402248b..ed111708f431d7e73e63b195b930e0ee1663badc 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.  We access the DES_set_odd_parity(3) function here.
+ */
+#include "internal/deprecated.h"
+
 #include <stdlib.h>
 #include <stdarg.h>
 #include <string.h>