summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2005-08-22 04:59:27 +0000
committerBen Laurie <ben@openssl.org>2005-08-22 04:59:27 +0000
commit0e441bc10371a08afab51eee984f980f5e9fe62f (patch)
treeea9f0077d7d95d863d67ce9edcc3789ef8a27b28 /crypto/sha
parentcd9911fdf8a3f1afe9661d31868a24a6aef78c96 (diff)
Missing arguments.
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/sha256t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/sha256t.c b/crypto/sha/sha256t.c
index 68184b2582..6b4a3bd001 100644
--- 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;