summaryrefslogtreecommitdiff
path: root/src/lib/kadm5/unit-test/setkey-test.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2018-04-03 19:36:00 +0000
committerCy Schubert <cy@FreeBSD.org>2018-04-03 19:36:00 +0000
commitb0e4d68d5124581ae353493d69bea352de4cff8a (patch)
tree43300ec43e83eccd367fd76fdfdefba2dcd7d8f4 /src/lib/kadm5/unit-test/setkey-test.c
parent33a9b234e7087f573ef08cd7318c6497ba08b439 (diff)
Notes
Diffstat (limited to 'src/lib/kadm5/unit-test/setkey-test.c')
-rw-r--r--src/lib/kadm5/unit-test/setkey-test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/kadm5/unit-test/setkey-test.c b/src/lib/kadm5/unit-test/setkey-test.c
index 60be9e85d5d3..0431653bff44 100644
--- a/src/lib/kadm5/unit-test/setkey-test.c
+++ b/src/lib/kadm5/unit-test/setkey-test.c
@@ -69,7 +69,8 @@ main(int argc, char **argv)
char *whoami, *principal, *authprinc, *authpwd;
krb5_data pwdata;
void *handle;
- int ret, i, test, encnum;
+ int ret, test, encnum;
+ unsigned int i;
whoami = argv[0];