diff options
author | 2004-12-20 15:08:08 +0000 | |
---|---|---|
committer | 2004-12-20 15:08:08 +0000 | |
commit | 2cfc18a00df859edb2b7aa74654d0f52dddb3451 (patch) | |
tree | a93384e52e08ea0c63e9a97d5fd976b2a4d468a8 | |
parent | o some missing free()'s in error paths (diff) | |
download | wireguard-openbsd-2cfc18a00df859edb2b7aa74654d0f52dddb3451.tar.xz wireguard-openbsd-2cfc18a00df859edb2b7aa74654d0f52dddb3451.zip |
blowfish defaults to 6 rounds.
patch from mpech@ and ok henning@
-rw-r--r-- | share/man/man5/login.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5 index 8a73a192cab..4d1ab70a868 100644 --- a/share/man/man5/login.conf.5 +++ b/share/man/man5/login.conf.5 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login.conf.5,v 1.35 2004/08/10 15:53:31 millert Exp $ +.\" $OpenBSD: login.conf.5,v 1.36 2004/12/20 15:08:08 moritz Exp $ .\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $ .\" .Dd June 18, 2001 @@ -161,7 +161,7 @@ See .Xr login 1 . .\" .Pp -.It localcipher Ta string Ta old Ta +.It localcipher Ta string Ta blowfish,6 Ta The cipher to use for local passwords. Possible values are: .Dq old , |