diff options
Diffstat (limited to 'usr.sbin/relayd/relayd.conf.5')
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 67dc4cbb859..79da08b7fb5 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.25 2007/02/24 15:48:54 reyk Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.26 2007/02/24 16:14:02 reyk Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> .\" @@ -518,8 +518,8 @@ Valid options are: .It Ic ciphers Ar string Set the string defining the SSL cipher suite. If not specified, the default value -.Ar HIGH -to force strong crypto cipher suites will be used. +.Ar HIGH:!ADH +will be used (strong crypto cipher suites without anonymous DH). See the .Sx CIPHERS section of |