Option to set current cert to server certificate.
[openssl.git] / crypto / sha / sha512t.c
index 4b7b3ceaa36bf2ffaca1670a8bbf2a5a169d760d..210041d435c6d06f5bce7a9c8493f8e732e80e31 100644 (file)
@@ -73,7 +73,7 @@ unsigned char app_d3[SHA384_DIGEST_LENGTH] = {
        0x07,0xb8,0xb3,0xdc,0x38,0xec,0xc4,0xeb,
        0xae,0x97,0xdd,0xd8,0x7f,0x3d,0x89,0x85 };
 
-int main ()
+int main (int argc,char **argv)
 { unsigned char md[SHA512_DIGEST_LENGTH];
   int          i;
   EVP_MD_CTX   evp;