From d3535d5e2f3f4be88c3f6e810f0fd07ce4d9c9e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 26 Oct 2008 18:27:02 +0000 Subject: [PATCH] include des in heimdal smaller git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23991 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/crypto.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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