Deleted Added
full compact
17a18,23
> [B<-aes128>]
> [B<-aes192>]
> [B<-aes256>]
> [B<-camellia128>]
> [B<-camellia192>]
> [B<-camellia256>]
85c91
< =item B<-des|-des3|-idea>
---
> =item B<-aes128|-aes192|-aes256|-camellia128|-camellia192|-camellia256|-des|-des3|-idea>
87,88c93,94
< These options encrypt the private key with the DES, triple DES, or the
< IDEA ciphers respectively before outputting it. A pass phrase is prompted for.
---
> These options encrypt the private key with the specified
> cipher before outputting it. A pass phrase is prompted for.