summaryrefslogtreecommitdiffstats
path: root/crypto/des/ecb_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/ecb_enc.c
parenta4d729f31dba57deefd2e79f999e0802f71d3de3 (diff)
Move DES_SPtrans to where it really belongs, dec_enc to be specific.
Diffstat (limited to 'crypto/des/ecb_enc.c')
-rw-r--r--crypto/des/ecb_enc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/des/ecb_enc.c b/crypto/des/ecb_enc.c
index 784aa5ba23..15ef44ec52 100644
--- a/crypto/des/ecb_enc.c
+++ b/crypto/des/ecb_enc.c
@@ -58,7 +58,6 @@
#include "des_locl.h"
#include "des_ver.h"
-#include "spr.h"
#include <openssl/opensslv.h>
#include <openssl/bio.h>