4d791624e6cac19aa083ded03cd938bd3e3c5fb4
[krb5.git] / src / lib / crypto / md5 / ChangeLog
1 Thu Mar 16 21:23:03 1995  John Gilmore  (gnu at toad.com)
2
3         * Makefile.in (LDFLAGS):  Remove, conflicts with pre.in.
4         (all):  Remove all-$(WHAT) stuff.
5         (t_mddriver):  Make it build on Mac.
6         (check):  Use $(EXEEXT).
7
8 Tue Mar 14 17:24:57 1995 Keith Vetter (keithv@fusion.com)
9
10         * md5crypto.c: removed method for DLL data since everything's
11            going into one DLL.
12
13 Fri Mar 3 19:01:59 1995 Keith Vetter (keithv@fusion.com)
14
15         * md5crypto.c: added a method to pull in a data structure 
16            from outside a dll.
17
18 Thu Mar 2 17:54:26 1995 Keith Vetter (keithv@fusion.com)
19
20         * Makefile.in: changed LIBNAME for the PC
21
22 Tue Feb 28 00:20:15 1995  John Gilmore  (gnu at toad.com)
23
24         * md5.c, md5crypto.c, md5glue.c, t_mddriver.c:  Avoid <krb5/...>
25         includes.
26
27 Mon Feb 20 15:54:1 1995 Keith Vetter (keithv@fusion.com)
28
29         * Makefile.in: made to work for the PC
30         * md5.c, md5crypt.c md5glue.c: added windows INTERFACE keyword
31
32 Thu Feb  2 03:01:28 1995  John Gilmore  <gnu@cygnus.com>
33
34         * Makefile.in (CFLAGS):  Handle $(srcdir) properly in -I options.
35
36 Wed Jan 25 20:11:30 1995  John Gilmore  (gnu at toad.com)
37
38         * Makefile.in (CFLAGS):  Use -I../des to pull in include file.
39         * md5.c, md5crypto.c, md5glue.c, t_mddriver.c:  Replace <.../...>
40         includes with "..."s.
41
42 Fri Oct 14 00:22:19 1994  Theodore Y. Ts'o  (tytso@dcl)
43
44         * t_mddriver.c (MDString, MDTestSuite): Cast char pointer to the
45                 expected unsigned char pointer, since that's what MDUpdate
46                 requires. 
47
48 Thu Oct 13 17:50:19 1994  Theodore Y. Ts'o  (tytso@dcl)
49
50         * Makefile.in: Add support for the MDx test driver t_mddriver.
51                 Run t_mddriver on a "make check", to make sure we have a
52                 valid MD5 implementation.
53
54         * md5.c (UL): Add the UL macro to control how unsigned long
55                 constants are compiled.  If we have an ANSI C environment,
56                 use the UL suffix to keep the compiler from warning about
57                 numbers that would overflow a signed long.
58
59 Tue Oct  4 14:55:10 1994  Theodore Y. Ts'o  (tytso@dcl)
60
61         * md5crypto.c:
62         * md5glue.c: Added placeholder for magic number.
63
64