Fix prototype for krb5_encrypt.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2037 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -125,6 +125,7 @@ typedef struct krb5_ccache_data *krb5_ccache;
|
|||||||
|
|
||||||
typedef struct krb5_context_data *krb5_context;
|
typedef struct krb5_context_data *krb5_context;
|
||||||
|
|
||||||
|
/* #define USE_ASN1_PRINCIPAL */
|
||||||
#ifdef USE_ASN1_PRINCIPAL
|
#ifdef USE_ASN1_PRINCIPAL
|
||||||
typedef Realm krb5_realm;
|
typedef Realm krb5_realm;
|
||||||
typedef Principal krb5_principal_data;
|
typedef Principal krb5_principal_data;
|
||||||
@@ -772,7 +773,7 @@ krb5_encrypt (krb5_context context,
|
|||||||
void *ptr,
|
void *ptr,
|
||||||
size_t len,
|
size_t len,
|
||||||
int etype,
|
int etype,
|
||||||
krb5_keyblock *keyblock,
|
const krb5_keyblock *keyblock,
|
||||||
krb5_data *result);
|
krb5_data *result);
|
||||||
|
|
||||||
krb5_error_code
|
krb5_error_code
|
||||||
|
Reference in New Issue
Block a user