summaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-06 00:41:12 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-06 00:41:12 +0000
commitb75b2225e5228ba4b6161f362f258fcf1c3e0702 (patch)
tree046cdb49e188c5233ef4927d4d2054c3a73abf77 /crypto/des
parent12f27bd414fbdba8fd6fbda2d3510a6ee718df74 (diff)
Since crypt() isn't defined anywhere, define it locally in destest.c
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/destest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/des/destest.c b/crypto/des/destest.c
index 58e8c35dcb..7799e6e4bf 100644
--- a/crypto/des/destest.c
+++ b/crypto/des/destest.c
@@ -84,9 +84,7 @@ int main(int argc, char *argv[])
#else
#include <openssl/des.h>
-#if defined(PERL5) || defined(__FreeBSD__) || defined(NeXT)
#define crypt(c,s) (des_crypt((c),(s)))
-#endif
/* tisk tisk - the test keys don't all have odd parity :-( */
/* test data */