* preauth.h: fix preauth function names as well (timestamp ->
authorTom Yu <tlyu@mit.edu>
Tue, 9 Aug 1994 06:19:44 +0000 (06:19 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 9 Aug 1994 06:19:44 +0000 (06:19 +0000)
unixtime)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4086 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/preauth.h

index 37147ec477730e2e1b189f4f6c7a6a1877a32c78..a617fe4f311147a741e37a7601fc33510bd80d25 100644 (file)
@@ -1,3 +1,8 @@
+Tue Aug  9 02:17:40 1994  Tom Yu  (tlyu@dragons-lair)
+
+       * preauth.h: fix preauth function names as well (timestamp ->
+       unixtime)
+
 Mon Aug  8 22:36:24 1994  Theodore Y. Ts'o  (tytso at tsx-11)
 
        * proto.h: Change preauthentication names to match official names
index fe24ac8f1d8541359c8bba5e178e74ee036b2a29..b9502f7f0be5c98f77cc335895fcf74a7ae2dd0b 100644 (file)
@@ -63,11 +63,11 @@ krb5_error_code verify_random_padata
               krb5_data *data));
 #endif
 
-krb5_error_code get_timestamp_padata
+krb5_error_code get_unixtime_padata
     PROTOTYPE((krb5_principal client, krb5_address **src_addr,
               krb5_pa_data *data));
 
-krb5_error_code verify_timestamp_padata
+krb5_error_code verify_unixtime_padata
     PROTOTYPE((krb5_principal client, krb5_address **src_addr,
               krb5_data *data));