From 254ac204863bfb55a39deffb24df99d6361aea48 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 19 Oct 1990 11:14:31 +0000 Subject: [PATCH] the decrypt arg is now const git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1300 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 9cd27c21a..490dad1f7 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -71,7 +71,7 @@ krb5_error_code krb5_get_in_tkt const krb5_keytype, krb5_error_code (* )(const krb5_keytype, krb5_keyblock **, - krb5_pointer ), + krb5_const_pointer ), krb5_const_pointer, krb5_error_code (* )(const krb5_keyblock *, krb5_const_pointer, -- 2.26.2