prototype for `extract_ticket'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1945 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -103,4 +103,13 @@ krb5_verify_checksum (krb5_context context,
|
||||
#define ALLOC(N, X) ((X*)malloc((N) * sizeof(X)))
|
||||
#define FREE(X) do{if(X)free(X);}while(0)
|
||||
|
||||
int
|
||||
extract_ticket(krb5_context context,
|
||||
krb5_kdc_rep *rep,
|
||||
krb5_creds *creds,
|
||||
krb5_keyblock *key,
|
||||
krb5_const_pointer keyseed,
|
||||
krb5_decrypt_proc decrypt_proc,
|
||||
krb5_const_pointer decryptarg);
|
||||
|
||||
#endif /* __KRB5_LOCL_H__ */
|
||||
|
Reference in New Issue
Block a user