From 331bf347c2878d5c873d15d4a56b0b5c9f89d2c1 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Fri, 8 Oct 2010 05:41:48 +0000 Subject: supply the correct value of ciphers DEFAULT; from djm --- src/usr.sbin/openssl/openssl.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index 0aae966742..1884162fe3 100644 --- a/src/usr.sbin/openssl/openssl.1 +++ b/src/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.69 2010/10/08 05:38:24 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.70 2010/10/08 05:41:48 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -1504,8 +1504,8 @@ The following is a list of all permitted cipher strings and their meanings. .Bl -tag -width "XXXX" .It Ar DEFAULT The default cipher list. -This is determined at compile time and is normally -.Ar ALL:!ADH:+RC4:@STRENGTH . +This is determined at compile time and is currently +.Ar ALL:!aNULL:!eNULL:!SSLv2 . This must be the first .Ar cipher string specified. -- cgit v1.2.3-55-g6feb