aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/keytab/read_servi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/keytab/read_servi.c')
-rw-r--r--src/lib/krb5/keytab/read_servi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/keytab/read_servi.c b/src/lib/krb5/keytab/read_servi.c
index 10a3964..141184c 100644
--- a/src/lib/krb5/keytab/read_servi.c
+++ b/src/lib/krb5/keytab/read_servi.c
@@ -50,7 +50,7 @@ krb5_kt_read_service_key(context, keyprocarg, principal, vno, enctype, key)
krb5_principal principal;
krb5_kvno vno;
krb5_enctype enctype;
- krb5_keyblock FAR * FAR * key;
+ krb5_keyblock ** key;
{
krb5_error_code kerror = KSUCCESS;
char keytabname[MAX_KEYTAB_NAME_LEN + 1]; /* + 1 for NULL termination */