projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12f27bd
)
Since crypt() isn't defined anywhere, define it locally in destest.c
author
Richard Levitte
<levitte@openssl.org>
Sun, 6 Oct 2002 00:41:12 +0000
(
00:41
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 6 Oct 2002 00:41:12 +0000
(
00:41
+0000)
crypto/des/destest.c
patch
|
blob
|
history
diff --git
a/crypto/des/destest.c
b/crypto/des/destest.c
index 58e8c35dcb5d819a40651ed97a747dbdec9bfa6a..7799e6e4bf5a25ca3a36c612bb437cbc6c57d57d 100644
(file)
--- a/
crypto/des/destest.c
+++ b/
crypto/des/destest.c
@@
-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 */