summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-02-20 08:52:24 -0500
committerMartin Kosek <mkosek@redhat.com>2015-02-23 16:27:22 +0100
commit8b199b813d8c9e59b514311a0c1fc16eb935ecb9 (patch)
tree547270e8260fbf8dc36b4e881be5446d64d1aa0b /util
parentd762f61d25508c1856c0fa7dc0ea1e032671542b (diff)
downloadfreeipa-8b199b813d8c9e59b514311a0c1fc16eb935ecb9.tar.gz
freeipa-8b199b813d8c9e59b514311a0c1fc16eb935ecb9.tar.xz
freeipa-8b199b813d8c9e59b514311a0c1fc16eb935ecb9.zip
Stop including the DES algorythm from openssl.
Since we dropped support for LANMAN hashes we do not need DES from OpenSSL anymore. Stop including an testing for it. Test for the MD4 algorythm instead whichis still used for the NT Hashes. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-By: Nathaniel McCallum <npmccallum@redhat.com>
Diffstat (limited to 'util')
-rw-r--r--util/ipa_pwd_ntlm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/ipa_pwd_ntlm.c b/util/ipa_pwd_ntlm.c
index c6abd4b8a..e7acb9be7 100644
--- a/util/ipa_pwd_ntlm.c
+++ b/util/ipa_pwd_ntlm.c
@@ -26,7 +26,6 @@
#include <stdbool.h>
#include <iconv.h>
-#include <openssl/des.h>
#include <openssl/md4.h>
#include <dirsrv/slapi-plugin.h>