summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/ChangeLog
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1996-05-15 00:59:30 +0000
committerRichard Basch <probe@mit.edu>1996-05-15 00:59:30 +0000
commit597cb213484b9567fcbe089bc937757fe99e8a19 (patch)
treeb0f23ca4fbc93090671c172ae7e7a14828dc355f /src/lib/crypto/des/ChangeLog
parenta4ea4b3ae7ae82ccf4139306a46ebad43701e924 (diff)
downloadkrb5-597cb213484b9567fcbe089bc937757fe99e8a19.tar.gz
krb5-597cb213484b9567fcbe089bc937757fe99e8a19.tar.xz
krb5-597cb213484b9567fcbe089bc937757fe99e8a19.zip
* des_int.h: the cs_entry routines in cbc_cksum.c are now static
* Makefile.in: removed cs_entry.c * cbc_cksum.c: caller is responsible for allocating cksum->contents and indicate the allocated amount in cksum->length. the cs_entry routines are now static and the cs_entry structure is now in this file to enforce proper use. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8023 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/des/ChangeLog')
-rw-r--r--src/lib/crypto/des/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/crypto/des/ChangeLog b/src/lib/crypto/des/ChangeLog
index 50c2d0115..5768c55a1 100644
--- a/src/lib/crypto/des/ChangeLog
+++ b/src/lib/crypto/des/ChangeLog
@@ -1,3 +1,15 @@
+Tue May 14 18:59:38 1996 Richard Basch <basch@lehman.com>
+
+ * des_int.h: the cs_entry routines in cbc_cksum.c are now static.
+
+ * Makefile.in: removed cs_entry.c
+
+ * cbc_cksum.c:
+ caller is responsible for allocating cksum->contents
+ and indicate the allocated amount in cksum->length.
+ the cs_entry routines are now static and the cs_entry
+ structure is now in this file to enforce proper use.
+
Fri May 10 01:46:25 1996 Richard Basch <basch@lehman.com>
* d3_str2ky.c d3_procky.c des_int.h init_rkey.c: