Commit b75b2225 authored by Richard Levitte's avatar Richard Levitte
Browse files

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

parent 12f27bd4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 */