diff options
author | 2014-12-03 05:03:38 +0000 | |
---|---|---|
committer | 2014-12-03 05:03:38 +0000 | |
commit | 6ea7c66f89f7d6bfaece083f576a3d1eadb2bc58 (patch) | |
tree | 5f58ae041f1bae4edaa9383326bd2f1ed6a45e12 | |
parent | should no longer need md5 by default in all kernel builds. (diff) | |
download | wireguard-openbsd-6ea7c66f89f7d6bfaece083f576a3d1eadb2bc58.tar.xz wireguard-openbsd-6ea7c66f89f7d6bfaece083f576a3d1eadb2bc58.zip |
deraadt points out i forgot about tcp_signature, although this won't
usually matter as all generic configs with tcp sigs have crypto too.
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 2618f2b9311..132e512897f 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.587 2014/12/03 04:56:02 tedu Exp $ +# $OpenBSD: files,v 1.588 2014/12/03 05:03:38 tedu Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -852,7 +852,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 | wlan -file crypto/md5.c (inet & ipsec) | crypto +file crypto/md5.c (inet & ipsec) | crypto | tcp_signature file crypto/rmd160.c (inet & ipsec) | crypto file crypto/sha1.c (inet & ipsec) | crypto | carp | wlan file crypto/sha2.c |