Since crypt() isn't defined anywhere, define it locally in destest.c

This commit is contained in:
Richard Levitte 2002-10-06 00:41:12 +00:00
parent 12f27bd414
commit b75b2225e5

View 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 */