From 1e18853a6eed6ffa884440601e47a2584e117d21 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Mon, 4 Nov 1996 19:53:32 +0000 Subject: [PATCH] Removed unusued prototype for krb5_verify_padata(); this is old code that has since been removed. [PR#21] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9290 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 5 +++++ src/include/k5-int.h | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/include/ChangeLog b/src/include/ChangeLog index e05055b70..d8b237b9c 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 4 14:50:42 1996 Theodore Y. Ts'o + + * k5-int.h: Removed unusued prototype for krb5_verify_padata(); + this is old code that has since been removed. [PR#21] + Thu Aug 15 16:31:20 1996 Theodore Ts'o * k5-int.h: Since we are only supporting the db in the util/db2 diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 198a4d33b..f6f30ef5c 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -888,12 +888,6 @@ krb5_error_code krb5_process_padata krb5_creds *, krb5_int32 *)); -krb5_error_code krb5_verify_padata - KRB5_PROTOTYPE((krb5_context, - krb5_pa_data * data, krb5_principal client, - krb5_address **src_addr, krb5_keyblock *decrypt_key, - int *req_id, int *flags)); - void krb5_free_etype_info KRB5_PROTOTYPE((krb5_context, krb5_etype_info)); -- 2.26.2