Disable CONFIG_SMALL optimizations for now
authorKen Raeburn <raeburn@mit.edu>
Thu, 7 Aug 2008 21:45:16 +0000 (21:45 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 7 Aug 2008 21:45:16 +0000 (21:45 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20635 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/des425/pcbc_encrypt.c

index 8a0bfbb965e5f2a89f6868a8962f42d5cfd1ad30..d2033f58e9ca1396927427384eeaaf670316de6c 100644 (file)
@@ -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 <f_tables.h>