summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-09-07 11:48:07 +0200
committerRichard Levitte <levitte@openssl.org>2021-09-08 16:30:23 +0200
commit61ac53426e7873ead414b9259eb4446e2608209b (patch)
treef208cc9a7eea2128a385abe5dcd603d65c6ab63e /doc/man1
parent2e5cdbc18a1a26bfc817070a52689886fa0669c2 (diff)
DOCS: Update the page for 'openssl passwd' to not duplicate some info
The options -1 and -apr1 were mentioned in DESCRIPTION, not mentioning any other options or even mentioning that there are more algorithms. The simple fix is to remove that sentence and let the OPTIONS section speak for itself. Fixes #16529 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16531) (cherry picked from commit 116799ff6a8fc803ec4685fc432c7329d0511e23)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/passwd.pod2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/man1/passwd.pod b/doc/man1/passwd.pod
index c5760fe76e..c651f65544 100644
--- a/doc/man1/passwd.pod
+++ b/doc/man1/passwd.pod
@@ -31,8 +31,6 @@ The B<passwd> command computes the hash of a password typed at
run-time or the hash of each password in a list. The password list is
taken from the named file for option B<-in file>, from stdin for
option B<-stdin>, or from the command line, or from the terminal otherwise.
-The Unix standard algorithm B<crypt> and the MD5-based BSD password
-algorithm B<1>, its Apache variant B<apr1>, and its AIX variant are available.
=head1 OPTIONS