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:
Johan Danielsson
1997-07-07 19:20:12 +00:00
parent a13fdcf192
commit 0233e2d0b5

View File

@@ -125,6 +125,7 @@ typedef struct krb5_ccache_data *krb5_ccache;
typedef struct krb5_context_data *krb5_context;
/* #define USE_ASN1_PRINCIPAL */
#ifdef USE_ASN1_PRINCIPAL
typedef Realm krb5_realm;
typedef Principal krb5_principal_data;
@@ -772,7 +773,7 @@ krb5_encrypt (krb5_context context,
void *ptr,
size_t len,
int etype,
krb5_keyblock *keyblock,
const krb5_keyblock *keyblock,
krb5_data *result);
krb5_error_code