diff options
author | Andy Polyakov <appro@openssl.org> | 2005-10-25 17:43:18 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-10-25 17:43:18 +0200 |
commit | 70532b7d6bd00154a71f76ebc2f32e59279a3626 (patch) | |
tree | e7dd7387f4aa2eb1b8d143a27c427d0002e8bc60 /crypto/des/des_enc.c | |
parent | Clarify binary compatibility with HAL/Fujitsu SPARC64 family. (diff) | |
download | openssl-70532b7d6bd00154a71f76ebc2f32e59279a3626.tar.xz openssl-70532b7d6bd00154a71f76ebc2f32e59279a3626.zip |
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.c | 1 |
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) { |