aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/destest.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-11-06 11:37:14 +0000
committerRichard Levitte <levitte@openssl.org>2001-11-06 11:37:14 +0000
commit7f558334adba23a412b169901046e3271250316b (patch)
treebda2159afd59bcca08f8bc760ff18fd56a2a56cf /crypto/des/destest.c
parent6229a5607c64cdbac023b73d52c3aab0016cbea7 (diff)
downloadopenssl-7f558334adba23a412b169901046e3271250316b.tar.gz
des_old.h doesn't really need to include des.h, so don't. That will
avoid clashes with other code that have their own DES_ functions but really only use OpenSSL's old des_ functions.
Diffstat (limited to 'crypto/des/destest.c')
-rw-r--r--crypto/des/destest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/des/destest.c b/crypto/des/destest.c
index 1c7936f398..88fe32a622 100644
--- a/crypto/des/destest.c
+++ b/crypto/des/destest.c
@@ -82,6 +82,7 @@ int main(int argc, char *argv[])
return(0);
}
#else
+#include <openssl/des.h>
#include <openssl/des_old.h>
#if defined(PERL5) || defined(__FreeBSD__)