diff --git a/kdc/string2key.c b/kdc/string2key.c index cf09ea26e..a7261f6a7 100644 --- a/kdc/string2key.c +++ b/kdc/string2key.c @@ -72,7 +72,7 @@ usage(int status) exit(status); } -void +static void tokey(krb5_context context, const char *password, krb5_data *salt, krb5_keytype keytype, const char *label) {