diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-11-25 11:00:11 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-11-25 11:00:11 +0000 |
commit | b71a088be4df8b09bda1d5d74bed5c7d0931c8c3 (patch) | |
tree | d271c6797caab3429514ccdf06b28460036ca655 /sys/conf | |
parent | 633b07b1cfe970da2ebf009fd0ffccb1b0cf03bd (diff) |
add ripemd160.
Diffstat (limited to 'sys/conf')
-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 a5c695305bc..9672142d8fb 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.70 1997/11/10 04:01:22 mickey Exp $ +# $OpenBSD: files,v 1.71 1997/11/25 11:00:10 provos Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -319,6 +319,7 @@ file netinet/ip_esp_old.c inet & ipsec file netinet/ip_esp_new.c inet & ipsec file netinet/ip_ah_old.c inet & ipsec file netinet/ip_ah_new.c inet & ipsec +file netinet/ip_rmd160.c inet & ipsec file netinet/ip_sha1.c inet & ipsec file netinet/ip_blf.c inet & ipsec file netinet/ip_cast.c inet & ipsec |