krb5 commit: Fix declaration without type in t_shs3.c
Greg Hudson <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/krb5/krb5/commit/02f15f278112f7c03fb24044de169c071a786d71 commit 02f15f278112f7c03fb24044de169c071a786d71 Author: Robbie Harwood <[email protected]> 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;