From 4ab477a57614f14b805e199633b9e488bf8b637a Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 10 Mar 1997 00:18:12 +0000 Subject: [PATCH] Include . Add prototype for krb5_rd_req_with_keyblock. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1342 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 2030772f6..d71320ea6 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -18,6 +18,7 @@ #include #include +#include #include #include "config_file.h" @@ -460,6 +461,16 @@ krb5_rd_req(krb5_context context, krb5_flags *ap_req_options, krb5_ticket **ticket); +krb5_error_code +krb5_rd_req_with_keyblock(krb5_context context, + krb5_auth_context *auth_context, + const krb5_data *inbuf, + krb5_const_principal server, + krb5_keyblock *keyblock, + krb5_flags *ap_req_options, + krb5_ticket **ticket); + + typedef EncAPRepPart krb5_ap_rep_enc_part; krb5_error_code