diff options
| author | Theodore Tso <tytso@mit.edu> | 1996-11-04 19:53:32 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1996-11-04 19:53:32 +0000 |
| commit | 1e18853a6eed6ffa884440601e47a2584e117d21 (patch) | |
| tree | eb604cfad69b0dae3344370f12499ec3dd787266 /src/include | |
| parent | 9e52b721755bdc7431f0e2cb767bc35682b38f71 (diff) | |
| download | krb5-1e18853a6eed6ffa884440601e47a2584e117d21.tar.gz krb5-1e18853a6eed6ffa884440601e47a2584e117d21.tar.xz krb5-1e18853a6eed6ffa884440601e47a2584e117d21.zip | |
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
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ChangeLog | 5 | ||||
| -rw-r--r-- | 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 <tytso@mit.edu> + + * 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 <tytso@rsts-11.mit.edu> * 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)); |
