summaryrefslogtreecommitdiff
path: root/usr.sbin/afs
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2003-08-05 11:06:08 +0000
committerHans Insulander <hin@cvs.openbsd.org>2003-08-05 11:06:08 +0000
commit8a73edb862709897e6252482d03cb22c795490b1 (patch)
tree9e529490e4af7017278ed74c7c159d8361072bca /usr.sbin/afs
parent028907f57d111267c5c2dc45c4626d7c38803367 (diff)
Fix <des.h> include confusion.
Diffstat (limited to 'usr.sbin/afs')
-rw-r--r--usr.sbin/afs/src/appl/lib/appl_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/afs/src/appl/lib/appl_locl.h b/usr.sbin/afs/src/appl/lib/appl_locl.h
index 244289d3e46..ae86a8687ee 100644
--- a/usr.sbin/afs/src/appl/lib/appl_locl.h
+++ b/usr.sbin/afs/src/appl/lib/appl_locl.h
@@ -99,14 +99,14 @@
#ifdef HAVE_KRB5
#include <krb5.h>
#endif /* HAVE_KRB5 */
-#ifdef HAVE_KRB4
#ifdef HAVE_OPENSSL
#include <openssl/des.h>
#else
#include <des.h>
+#endif /* HAVE_OPENSSL */
+#ifdef HAVE_KRB4
#include <krb.h>
#endif /* HAVE_KRB4 */
-#endif
#include <rxkad.h>
#include <kafs.h>
#ifdef HAVE_STDS_H