summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-06-07 22:36:55 +0000
committerEzra Peisach <epeisach@mit.edu>2001-06-07 22:36:55 +0000
commit7a44688912adbcf9d569692ca22dae2502703162 (patch)
treeff119cdce9874ea8fe077013274994dec9818ea9 /src/include/ChangeLog
parent523f64c3ad9c310e05551c571f02a4649984a22e (diff)
downloadkrb5-7a44688912adbcf9d569692ca22dae2502703162.tar.gz
krb5-7a44688912adbcf9d569692ca22dae2502703162.tar.xz
krb5-7a44688912adbcf9d569692ca22dae2502703162.zip
* krb5.hin: Get rid of extraneous krb5_const before integer
arguments in prototypes for valid_enctype(), valid_cksumtype(), is_coll_proof_cksum(), is_keyed_cksum(), krb5_encrypt_size(), krb5_checksum_size(), krb5_verify_checksum() so they match the existing code. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13302 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 18aff0720..28de33bfa 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,5 +1,13 @@
2001-06-07 Ezra Peisach <epeisach@mit.edu>
+ * krb5.hin: Get rid of extraneous krb5_const before integer
+ arguments in prototypes for valid_enctype(), valid_cksumtype(),
+ is_coll_proof_cksum(), is_keyed_cksum(), krb5_encrypt_size(),
+ krb5_checksum_size(), krb5_verify_checksum() so they match the
+ existing code.
+
+2001-06-07 Ezra Peisach <epeisach@mit.edu>
+
* k5-int.h: Remove AS_REP_105_SAM_COMPAT definition. Not used in
tree. Remove SYSV redefinition of random() to rand() and
srandom() to srand(). Two locations in tree that might matter