summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/usr.sbin/openssl/openssl.16
1 files changed, 3 insertions, 3 deletions
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 @@
1.\" $OpenBSD: openssl.1,v 1.69 2010/10/08 05:38:24 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.70 2010/10/08 05:41:48 jmc Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -1504,8 +1504,8 @@ The following is a list of all permitted cipher strings and their meanings.
1504.Bl -tag -width "XXXX" 1504.Bl -tag -width "XXXX"
1505.It Ar DEFAULT 1505.It Ar DEFAULT
1506The default cipher list. 1506The default cipher list.
1507This is determined at compile time and is normally 1507This is determined at compile time and is currently
1508.Ar ALL:!ADH:+RC4:@STRENGTH . 1508.Ar ALL:!aNULL:!eNULL:!SSLv2 .
1509This must be the first 1509This must be the first
1510.Ar cipher string 1510.Ar cipher string
1511specified. 1511specified.