summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2013-03-04 15:54:34 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2013-03-04 15:54:34 +0000
commit20dc4181862de9ce2971a59adb6a9f5c9a97ae3c (patch)
treee7e74fd2796211c84cabb31277942b3d15639882
parent276ad209008bb044f71bd23372b571b28367273e (diff)
i missed a list of ciphers that rogier krieger didn't miss. thanks.
-rw-r--r--share/man/man5/bsd.port.mk.54
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.