diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-05-07 14:42:28 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-05-07 14:42:28 +0000 |
commit | 1bdc27e88cf64d3ec9479236e08d320d7f39f389 (patch) | |
tree | 1fea124d4f8c8f5d265334357d88c5fee1948020 /sys/conf/files | |
parent | 9e627b5468b618eb1d7017e092537c41b3507daa (diff) |
Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.
This moves md5.c out of libkern and into sys/crypto where it belongs (as
requested by markus@). Note that md5.c is still mandatory (dev/rnd.c uses it).
Verified with IPsec + hmac-md5 and tcp md5sig. OK henning@ and hshoexer@
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 5ae7ea3627e..e1268898f37 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.294 2004/05/06 17:40:11 grange Exp $ +# $OpenBSD: files,v 1.295 2004/05/07 14:42:26 millert Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -731,6 +731,7 @@ file netinet/ip_ah.c inet & ipsec file netinet/ip_carp.c carp needs-count file netinet/ip_ipcomp.c inet & ipsec file crypto/rijndael.c (inet & ipsec) | crypto | uvm_swap_encrypt +file crypto/md5.c file crypto/rmd160.c (inet & ipsec) | crypto file crypto/sha1.c (inet & ipsec) | crypto | carp file crypto/sha2.c (inet & ipsec) | crypto |