projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6727a36
)
Disable CONFIG_SMALL optimizations for now
author
Ken Raeburn
<raeburn@mit.edu>
Thu, 7 Aug 2008 21:45:16 +0000
(21:45 +0000)
committer
Ken 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
patch
|
blob
|
history
diff --git
a/src/lib/des425/pcbc_encrypt.c
b/src/lib/des425/pcbc_encrypt.c
index 8a0bfbb965e5f2a89f6868a8962f42d5cfd1ad30..d2033f58e9ca1396927427384eeaaf670316de6c 100644
(file)
--- 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 <f_tables.h>