From a2e7d8bebd122f062a11052de944bedd690a2b91 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Tue, 24 Oct 1995 21:33:29 +0000 Subject: Manually defined PROVIDE_* for Macintosh and MS-DOS so that libcrypto knows which encryption systems to include. Otherwise, we would be building an exportable (and useless) krb5 library for the Mac and PC. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6992 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 3a6e2f649..598c1d3c8 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,10 @@ +Tue Oct 24 17:31:36 1995 Theodore Y. Ts'o + + * k5-int.h: Manually defined PROVIDE_* for Macintosh and MS-DOS so + that libcrypto knows which encryption systems to include. + Otherwise, we would be building an exportable (and + useless) krb5 library for the Mac and PC. + Fri Oct 6 21:59:02 1995 Theodore Y. Ts'o * Makefile.in: Remove ##DOS!include of config/windows.in. -- cgit