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:
cd9911f
)
Missing arguments.
author
Ben Laurie
<ben@openssl.org>
Mon, 22 Aug 2005 04:59:27 +0000
(
04:59
+0000)
committer
Ben Laurie
<ben@openssl.org>
Mon, 22 Aug 2005 04:59:27 +0000
(
04:59
+0000)
crypto/sha/sha256t.c
patch
|
blob
|
history
diff --git
a/crypto/sha/sha256t.c
b/crypto/sha/sha256t.c
index 68184b258241d50d90df39f4c6f11ba649e5cc8e..6b4a3bd001bafcda54208f8c6109a3e8298b078f 100644
(file)
--- a/
crypto/sha/sha256t.c
+++ b/
crypto/sha/sha256t.c
@@
-54,7
+54,7
@@
unsigned char addenum_3[SHA224_DIGEST_LENGTH] = {
0xf0,0x3f,0x42,0x58,0x19,0x48,0xb2,0xee,
0x4e,0xe7,0xad,0x67 };
-int main ()
+int main (
int argc,char **argv
)
{ unsigned char md[SHA256_DIGEST_LENGTH];
int i;
EVP_MD_CTX evp;