diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-24 15:22:48 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-24 17:54:26 +0100 |
commit | 2edeb10457db4c19f8a6fcd2a747162d641f5796 (patch) | |
tree | 3f6186debe70bafd77284d471b8e7eecb4fe0d53 /lib/config-vxworks.h | |
parent | 9a8b3b3e131359aea1cac650fb6ac331fbe2047c (diff) |
config: remove all defines of HAVE_DES_H
As there's no code using it.
Closes #5144
Diffstat (limited to 'lib/config-vxworks.h')
-rw-r--r-- | lib/config-vxworks.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index 2769cdfd9..14bf0be46 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -137,9 +137,6 @@ /* Define to 1 if you have the <crypto.h> header file. */ /* #undef HAVE_CRYPTO_H */ -/* Define to 1 if you have the <des.h> header file. */ -/* #undef HAVE_DES_H */ - /* Define to 1 if you have the <dlfcn.h> header file. */ #define HAVE_DLFCN_H 1 |