From: Ben Laurie Date: Mon, 21 Jan 2013 23:02:17 +0000 (+0000) Subject: Fix warnings. X-Git-Tag: master-pre-reformat~1420 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bdf1f1a896df753604a2af212c67cbd1272a8bf;p=openssl Fix warnings. --- diff --git a/engines/ccgost/gost2814789t.c b/engines/ccgost/gost2814789t.c index 688a3edc96..e4347ccbd9 100644 --- a/engines/ccgost/gost2814789t.c +++ b/engines/ccgost/gost2814789t.c @@ -22,6 +22,7 @@ int main(int argc, char *argv[]) #include #include #include +#include #include #include #include @@ -1237,7 +1238,7 @@ const g89_tc tcs[] = { int main(int argc, char *argv[]) { - int t; + unsigned t; unsigned long long ullMaxLen = 6*1000*1000; int ignore = 0; ENGINE *impl = NULL;