Arg1 to kdb5_decode_kdc_rep() is no longer const
authorJohn Carr <jfc@mit.edu>
Thu, 13 Dec 1990 08:31:52 +0000 (08:31 +0000)
committerJohn Carr <jfc@mit.edu>
Thu, 13 Dec 1990 08:31:52 +0000 (08:31 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1544 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/func-proto.h

index 5df9db76056699c31de6906475532ec526c230c0..ee6173a49a25b5c56085231a7a12a3ba8eeb52bf 100644 (file)
@@ -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 ** ));