diff options
author | 2013-03-04 15:54:33 +0000 | |
---|---|---|
committer | 2013-03-04 15:54:33 +0000 | |
commit | af8520c02d3d6db4facfeb794681005652bfaa08 (patch) | |
tree | 12cd68fd6a69ca4f13366dd2ce6f54111b262498 | |
parent | Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro. (diff) | |
download | wireguard-openbsd-af8520c02d3d6db4facfeb794681005652bfaa08.tar.xz wireguard-openbsd-af8520c02d3d6db4facfeb794681005652bfaa08.zip |
i missed a list of ciphers that rogier krieger didn't miss. thanks.
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index d1332937d2d..b88e8a9b162 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.365 2013/03/04 13:47:14 jasper Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.366 2013/03/04 15:54:33 jasper Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -2270,7 +2270,7 @@ This is highly experimental and not recommended. .It Ev PREFERRED_CIPHERS List of cryptographic ciphers to use, in order of preference. Default is -.Sq sha256 sha1 rmd160 md5 . +.Sq sha256 . The first cipher that matches in ${CHECKSUM_FILE} is verified. .It Ev PREFIX Base directory for the current port installation. |