summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/apps/gendsa.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/doc/apps/gendsa.pod')
-rw-r--r--src/lib/libssl/src/doc/apps/gendsa.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/doc/apps/gendsa.pod b/src/lib/libssl/src/doc/apps/gendsa.pod
index 8c7f114ca0..8488c7cef8 100644
--- a/src/lib/libssl/src/doc/apps/gendsa.pod
+++ b/src/lib/libssl/src/doc/apps/gendsa.pod
@@ -26,7 +26,7 @@ The B<gendsa> command generates a DSA private key from a DSA parameter file
26 26
27=item B<-des|-des3|-idea> 27=item B<-des|-des3|-idea>
28 28
29These options encrypt the private key with the DES, triple DES, or the 29These options encrypt the private key with the DES, triple DES, or the
30IDEA ciphers respectively before outputting it. A pass phrase is prompted for. 30IDEA ciphers respectively before outputting it. A pass phrase is prompted for.
31If none of these options is specified no encryption is used. 31If none of these options is specified no encryption is used.
32 32