Skip to content

Commit

Permalink
doc: update cli flag in crypto.md
Browse files Browse the repository at this point in the history
PR-URL: #20400
Fixes: #20385
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
  • Loading branch information
shobhitchittora authored and MylesBorins committed May 8, 2018
1 parent e854c95 commit 8b17e7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/crypto.md
Expand Up @@ -1561,7 +1561,8 @@ behavior.

The `algorithm` is dependent on the available algorithms supported by the
version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc.
On recent releases of OpenSSL, `openssl list-message-digest-algorithms` will
On recent releases of OpenSSL, `openssl list -digest-algorithms`
(`openssl list-message-digest-algorithms` for older versions of OpenSSL) will
display the available digest algorithms.

Example: generating the sha256 sum of a file
Expand Down

0 comments on commit 8b17e7a

Please sign in to comment.