krb5 commit: Fix declaration without type in t_shs3.c

Greg Hudson ghudson at mit.edu
Thu Nov 10 17:12:22 EST 2016


https://github.com/krb5/krb5/commit/02f15f278112f7c03fb24044de169c071a786d71
commit 02f15f278112f7c03fb24044de169c071a786d71
Author: Robbie Harwood <rharwood at redhat.com>
Date:   Thu Nov 10 12:57:19 2016 -0500

    Fix declaration without type in t_shs3.c
    
    ticket: 8516 (new)
    target_version: 1.15-next
    tags: pullup

 src/lib/crypto/builtin/sha1/t_shs3.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/lib/crypto/builtin/sha1/t_shs3.c b/src/lib/crypto/builtin/sha1/t_shs3.c
index ca985fb..f7932ef 100644
--- a/src/lib/crypto/builtin/sha1/t_shs3.c
+++ b/src/lib/crypto/builtin/sha1/t_shs3.c
@@ -56,6 +56,7 @@ int Dflag;
 
 int
 main(argc,argv)
+    int argc;
     char **argv;
 {
     char *argp;


More information about the cvs-krb5 mailing list