summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLove Hörnquist Åstrand <lha@kth.se>2008-10-26 18:27:02 +0000
committerLove Hörnquist Åstrand <lha@kth.se>2008-10-26 18:27:02 +0000
commitd3535d5e2f3f4be88c3f6e810f0fd07ce4d9c9e4 (patch)
tree001ae3751db5e1cd050202c0cfab4559d8d7976e
parent187bbfeb55b6b76f17cbc18ba145afe1a9c68bda (diff)
include des in heimdal smaller
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23991 ec53bebd-3082-4978-b11e-865c3cabbd6b
-rw-r--r--lib/krb5/crypto.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/krb5/crypto.c b/lib/krb5/crypto.c
index 977d4eca2..bc6512cf1 100644
--- a/lib/krb5/crypto.c
+++ b/lib/krb5/crypto.c
@@ -38,8 +38,9 @@ RCSID("$Id$");
#undef __attribute__
#define __attribute__(X)
-#ifndef HEIMDAL_SMALLER
#define WEAK_ENCTYPES 1
+
+#ifndef HEIMDAL_SMALLER
#define DES3_OLD_ENCTYPE 1
#endif