Since crypt() isn't defined anywhere, define it locally in destest.c
authorRichard Levitte <levitte@openssl.org>
Sun, 6 Oct 2002 00:41:12 +0000 (00:41 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 6 Oct 2002 00:41:12 +0000 (00:41 +0000)
crypto/des/destest.c

index 58e8c35dcb5d819a40651ed97a747dbdec9bfa6a..7799e6e4bf5a25ca3a36c612bb437cbc6c57d57d 100644 (file)
@@ -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 */