X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fsha%2Fshatest.c;h=9224e88dd81c9335c45390d50c1d6fc5acd5e0cf;hp=28c2e19236d3c8ea302ab332776e8ac77a551174;hb=ec577822f95a8bca0023c5c77cef1a4916822d4a;hpb=d02b48c63a58ea4367a0e905979f140b7d090f86 diff --git a/crypto/sha/shatest.c b/crypto/sha/shatest.c index 28c2e19236..9224e88dd8 100644 --- a/crypto/sha/shatest.c +++ b/crypto/sha/shatest.c @@ -1,5 +1,5 @@ /* crypto/sha/shatest.c */ -/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written @@ -59,7 +59,7 @@ #include #include #include -#include "sha.h" +#include #define SHA_0 /* FIPS 180 */ #undef SHA_1 /* FIPS 180-1 */ @@ -93,9 +93,7 @@ static char *pt(unsigned char *md); static char *pt(); #endif -int main(argc,argv) -int argc; -char *argv[]; +int main(int argc, char *argv[]) { int i,err=0; unsigned char **P,**R; @@ -143,8 +141,7 @@ char *argv[]; return(0); } -static char *pt(md) -unsigned char *md; +static char *pt(unsigned char *md) { int i; static char buf[80];