summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2019-12-18 12:38:16 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2019-12-18 12:38:16 +0000
commit075f18c3d1e6bb1b2baf9ceafbd95626161fae92 (patch)
tree9b7d5cb8213521abf5cd09855f831bb59dabb88d /usr.bin/openssl
parent4dc56a39845e9269df10b13964307d93622681ea (diff)
use "Currently" in the doc for "openssl enc" when talking about default
md, to hint that it might not always be the case (e.g. if dealing with files from a different version of the tool). ok tb@
Diffstat (limited to 'usr.bin/openssl')
-rw-r--r--usr.bin/openssl/openssl.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1
index d43b1db1956..598de60a30f 100644
--- a/usr.bin/openssl/openssl.1
+++ b/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: openssl.1,v 1.117 2019/12/18 07:54:28 tb Exp $
+.\" $OpenBSD: openssl.1,v 1.118 2019/12/18 12:38:15 sthen Exp $
.\" ====================================================================
.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
.\"
@@ -2176,7 +2176,7 @@ option.
Use
.Ar digest
to create a key from a pass phrase.
-The default value is
+Currently, the default value is
.Cm sha256 .
.It Fl none
Use NULL cipher (no encryption or decryption of input).