Include <asn1_err.h>. Add prototype for krb5_rd_req_with_keyblock.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1342 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include <bits.h>
|
||||
|
||||
#include <des.h>
|
||||
#include <asn1_err.h>
|
||||
#include <krb5_err.h>
|
||||
|
||||
#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
|
||||
|
Reference in New Issue
Block a user