]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix declaration without type in t_shs3.c
authorRobbie Harwood <rharwood@redhat.com>
Thu, 10 Nov 2016 17:57:19 +0000 (12:57 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 10 Nov 2016 21:49:38 +0000 (16:49 -0500)
ticket: 8516 (new)
target_version: 1.15-next
tags: pullup

src/lib/crypto/builtin/sha1/t_shs3.c

index ca985fbcfdadf440f99467a8257c2d8f5171e7ee..f7932ef0fd4499fde4770b60e7b9705be8490aee 100644 (file)
@@ -56,6 +56,7 @@ int Dflag;
 
 int
 main(argc,argv)
+    int argc;
     char **argv;
 {
     char *argp;