From 9700c64defd524fb3d9cb18242707d06fdac81de Mon Sep 17 00:00:00 2001 From: John Carr Date: Thu, 13 Dec 1990 08:31:52 +0000 Subject: [PATCH] Arg1 to kdb5_decode_kdc_rep() is no longer const git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1544 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/func-proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h index 5df9db760..ee6173a49 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -278,7 +278,7 @@ krb5_error_code krb5_get_in_tkt_with_skey krb5_creds * )); krb5_error_code krb5_decode_kdc_rep - PROTOTYPE((const krb5_data *, + PROTOTYPE((krb5_data *, const krb5_keyblock *, const krb5_enctype, krb5_kdc_rep ** )); -- 2.26.2