diff options
| author | sthen <> | 2019-12-18 12:38:15 +0000 |
|---|---|---|
| committer | sthen <> | 2019-12-18 12:38:15 +0000 |
| commit | edd6a4725a85b6c93403f8157a94001976a52938 (patch) | |
| tree | a0789205355b23d6e0ea30dd7cab79e2eb2887dd | |
| parent | 98c4031be8a69f942a4c5b80ad6dfef28f69b03e (diff) | |
| download | openbsd-edd6a4725a85b6c93403f8157a94001976a52938.tar.gz openbsd-edd6a4725a85b6c93403f8157a94001976a52938.tar.bz2 openbsd-edd6a4725a85b6c93403f8157a94001976a52938.zip | |
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 '')
| -rw-r--r-- | src/usr.bin/openssl/openssl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index d43b1db195..598de60a30 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: openssl.1,v 1.117 2019/12/18 07:54:28 tb Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.118 2019/12/18 12:38:15 sthen 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 | .\" |
| @@ -2176,7 +2176,7 @@ option. | |||
| 2176 | Use | 2176 | Use |
| 2177 | .Ar digest | 2177 | .Ar digest |
| 2178 | to create a key from a pass phrase. | 2178 | to create a key from a pass phrase. |
| 2179 | The default value is | 2179 | Currently, the default value is |
| 2180 | .Cm sha256 . | 2180 | .Cm sha256 . |
| 2181 | .It Fl none | 2181 | .It Fl none |
| 2182 | Use NULL cipher (no encryption or decryption of input). | 2182 | Use NULL cipher (no encryption or decryption of input). |
