aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des/destest.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-23 21:53:56 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-23 21:53:56 +0000
commit156f65720953d3323dfa65663d16fffbc0d340e8 (patch)
tree8384463e69bd0bc2b618eaa67829cc39dad72dcb /crypto/des/destest.c
parent816f74d1c7b36de22f0a88870cc6968dac2dc26e (diff)
downloadopenssl-156f65720953d3323dfa65663d16fffbc0d340e8.tar.gz
Do not defined des_crypt(), since it clashes with Solaris crypt.h.
PR: 1125
Diffstat (limited to 'crypto/des/destest.c')
-rw-r--r--crypto/des/destest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/destest.c b/crypto/des/destest.c
index 4584cf3004..64b92a34fe 100644
--- a/crypto/des/destest.c
+++ b/crypto/des/destest.c
@@ -84,7 +84,7 @@ int main(int argc, char *argv[])
#else
#include <openssl/des.h>
-#define crypt(c,s) (des_crypt((c),(s)))
+#define crypt(c,s) (DES_crypt((c),(s)))
/* tisk tisk - the test keys don't all have odd parity :-( */
/* test data */