mirror of
https://github.com/openssl/openssl.git
synced 2025-01-26 11:53:40 +08:00
Since crypt() isn't defined anywhere, define it locally in destest.c
This commit is contained in:
parent
12f27bd414
commit
b75b2225e5
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user