summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Carr <jfc@mit.edu>1990-12-13 08:31:52 +0000
committerJohn Carr <jfc@mit.edu>1990-12-13 08:31:52 +0000
commit9700c64defd524fb3d9cb18242707d06fdac81de (patch)
treee0db0658a9e6c7e5670a13f411f305e8a4f54153 /src
parentc8e475624ca6126a1abfe0968f684f10f3fac550 (diff)
downloadkrb5-9700c64defd524fb3d9cb18242707d06fdac81de.tar.gz
krb5-9700c64defd524fb3d9cb18242707d06fdac81de.tar.xz
krb5-9700c64defd524fb3d9cb18242707d06fdac81de.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/include/krb5/func-proto.h2
1 files changed, 1 insertions, 1 deletions
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 ** ));