don't need des.h here

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11445 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-09-10 20:04:46 +00:00
parent 77de2f4011
commit 69cc215e6f
2 changed files with 0 additions and 10 deletions

View File

@@ -86,11 +86,6 @@
#endif #endif
#include <err.h> #include <err.h>
#include <roken.h> #include <roken.h>
#ifdef HAVE_OPENSSL
#include <openssl/des.h>
#else
#include <des.h>
#endif
#include <krb5.h> #include <krb5.h>
#include <krb5_locl.h> #include <krb5_locl.h>
#include <hdb.h> #include <hdb.h>

View File

@@ -86,11 +86,6 @@
#include <getarg.h> #include <getarg.h>
#include <base64.h> #include <base64.h>
#include <parse_units.h> #include <parse_units.h>
#ifdef HAVE_OPENSSL
#include <openssl/des.h>
#else
#include <des.h>
#endif
#include <krb5.h> #include <krb5.h>
#include <krb5_locl.h> #include <krb5_locl.h>
#include <hdb.h> #include <hdb.h>