summaryrefslogtreecommitdiffstats
path: root/src/lib/des425/pcbc_encrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/des425/pcbc_encrypt.c')
-rw-r--r--src/lib/des425/pcbc_encrypt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/des425/pcbc_encrypt.c b/src/lib/des425/pcbc_encrypt.c
index 8a0bfbb965..d2033f58e9 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 <f_tables.h>