diff options
Diffstat (limited to 'src/kdc/rtest.c')
-rw-r--r-- | src/kdc/rtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdc/rtest.c b/src/kdc/rtest.c index e5f1d896a8..8f0e30396a 100644 --- a/src/kdc/rtest.c +++ b/src/kdc/rtest.c @@ -31,7 +31,7 @@ #include "kdc_util.h" #include "extern.h" -krb5_principal +static krb5_principal make_princ(ctx, str, prog) krb5_context ctx; const char *str; |