summaryrefslogtreecommitdiffstats
path: root/crypto/des/des_enc.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-10-25 15:43:18 +0000
committerAndy Polyakov <appro@openssl.org>2005-10-25 15:43:18 +0000
commit70532b7d6bd00154a71f76ebc2f32e59279a3626 (patch)
treee7dd7387f4aa2eb1b8d143a27c427d0002e8bc60 /crypto/des/des_enc.c
parenta4d729f31dba57deefd2e79f999e0802f71d3de3 (diff)
Move DES_SPtrans to where it really belongs, dec_enc to be specific.
Diffstat (limited to 'crypto/des/des_enc.c')
-rw-r--r--crypto/des/des_enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/des/des_enc.c b/crypto/des/des_enc.c
index 1c37ab96d3..ab0b438083 100644
--- a/crypto/des/des_enc.c
+++ b/crypto/des/des_enc.c
@@ -57,6 +57,7 @@
*/
#include "des_locl.h"
+#include "spr.h"
void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc)
{