diff options
Diffstat (limited to 'src/lib/libssl/src/doc/apps/gendsa.pod')
-rw-r--r-- | src/lib/libssl/src/doc/apps/gendsa.pod | 2 |
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 | ||
29 | These options encrypt the private key with the DES, triple DES, or the | 29 | These options encrypt the private key with the DES, triple DES, or the |
30 | IDEA ciphers respectively before outputting it. A pass phrase is prompted for. | 30 | IDEA ciphers respectively before outputting it. A pass phrase is prompted for. |
31 | If none of these options is specified no encryption is used. | 31 | If none of these options is specified no encryption is used. |
32 | 32 | ||