From: Ken Raeburn Date: Thu, 7 Aug 2008 21:45:16 +0000 (+0000) Subject: Disable CONFIG_SMALL optimizations for now X-Git-Tag: krb5-1.7-alpha1~510 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=015371d10a34b6fafa97c6eee9ee48dd38b924d5;p=krb5.git Disable CONFIG_SMALL optimizations for now git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20635 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/des425/pcbc_encrypt.c b/src/lib/des425/pcbc_encrypt.c index 8a0bfbb96..d2033f58e 100644 --- a/src/lib/des425/pcbc_encrypt.c +++ b/src/lib/des425/pcbc_encrypt.c @@ -15,6 +15,8 @@ * des_pcbc_encrypt.c - encrypt a string of characters in error propagation mode */ +#include "autoconf.h" /* in case this defines CONFIG_SMALL */ +#undef CONFIG_SMALL /* XXX needs non-exported crypto symbols */ #include "des_int.h" #include "des.h" #include