From 6e58d5cbff721ef75c1d32272f736584afa18ead Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 22 Apr 2004 23:55:57 +0000 Subject: Add files containing the export lists used on UNIX, in each directory where we build a shared library, whether or not it gets installed. These should match the complete AIX export lists for a full build including krb4 support, and will eventually be used on other UNIX platforms, and cut down to just the symbols we actually want to export. We'll also have to add additional information, eventually, for versioning and such, but currently this is just a list of C symbol names. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16259 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/crypto/ChangeLog') diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog index 27b3c421e..e07369827 100644 --- a/src/lib/crypto/ChangeLog +++ b/src/lib/crypto/ChangeLog @@ -1,3 +1,7 @@ +2004-04-22 Ken Raeburn + + * libk5crypto.exports: New file. + 2004-03-22 Ken Raeburn * pbkdf2.c (hmac1): Make a local copy of the supplied keyblock -- cgit