Removed unusued prototype for krb5_verify_padata();
authorTheodore Tso <tytso@mit.edu>
Mon, 4 Nov 1996 19:53:32 +0000 (19:53 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 4 Nov 1996 19:53:32 +0000 (19:53 +0000)
                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
src/include/k5-int.h

index e05055b70b0a46848982b4a7c09d793a68ce6536..d8b237b9c7d219e937edc60edfbc65f05a7b4248 100644 (file)
@@ -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
index 198a4d33bca9f326aae7eb4544eaaeee316a2944..f6f30ef5c99d071051493613bf15a632f1f5f73a 100644 (file)
@@ -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));