提交 b75b2225 编写于 作者: R Richard Levitte

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

上级 12f27bd4
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册