phk
cbb4f63628
Clean a bunch of -Wall warnings.
1995-02-24 08:51:34 +00:00
phk
361ca08e0d
Speed md5 up around 30% by shorting out a couple of cumbersome
...
memcpy equivalent functions.
1995-02-21 06:01:49 +00:00
jkh
daee3a2d40
Eliminate a bogus tab.
1995-01-24 00:13:56 +00:00
phk
1331c46d81
Added "const" to the arguments here and there.
1994-11-07 20:48:35 +00:00
pst
29b3feea69
Clean up beforeinstall
1994-11-01 09:14:39 +00:00
phk
75e736a76f
Added beforeinstall rule to install .h files. We might need some .mk
...
support for this kind of thing. Look at src/Makefile target "includes".
1994-09-19 05:30:33 +00:00
phk
b1988f56d2
libmd no longer built as shared-lib, only static.
...
Renamed the beforeinstall to test.
1994-09-18 07:22:08 +00:00
bde
2b849e2bed
Build *.3 and *.ref at build time, not at install time.
1994-09-08 11:24:54 +00:00
jkh
395545fbc5
Make mddriver static.
...
Submitted by: jkh
1994-09-04 02:40:31 +00:00
bde
ac873250a5
Use ${LDFLAGS} instead of static for compiling binaries. Neither is
...
sufficient for cross compiling but it's best to test with the flags
normally used.
Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.
1994-08-28 17:45:25 +00:00
paul
9fd45e4875
Added ${.CURDIRb to vuilding of man pages so it works with obj
...
Submitted by: Paul Richards
1994-08-25 13:33:35 +00:00
jkh
66286e3fa9
Boy, was *this* ever bollixed!
...
1. Copyright files looked for in the wrong place
2. cmp was looking in wrong place for test data.
3. Driver for test not linked static, thus dynamic resolution of library
not working.
4. Man page installation not consistent with source.
Reviewed by:
Submitted by: jkh
1994-08-08 19:22:14 +00:00
wollman
39c6e29318
Make obj directory work right. md?hl.c should probably be
...
deleted, but I'll leave that up to PHK.
1994-08-04 21:20:03 +00:00
phk
8a6db7e780
Reviewed by: phk
...
Imported libmd. This library contains MD2, MD4 and MD5.
These three boggers pop up all over the place all of the time, so I
decided we needed a library with them. In general they are used for
security checks, so if you use them you want to link them static.
1994-07-24 03:29:56 +00:00