diff options
Diffstat (limited to '')
-rw-r--r-- | doc/man1/openssl-ec.pod.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/man1/openssl-ec.pod.in b/doc/man1/openssl-ec.pod.in index b3aabcb41a..479485cc80 100644 --- a/doc/man1/openssl-ec.pod.in +++ b/doc/man1/openssl-ec.pod.in @@ -147,10 +147,13 @@ This option checks the consistency of an EC private or public key. =back +The L<openssl-pkey(1)> command is capable of performing all the operations +this command can, as well as supporting other public key types. + =head1 EXAMPLES -Examples equivalent to these can be found in the documentation for the -non-deprecated L<openssl-pkey(1)> command. +The documentation for the L<openssl-pkey(1)> command contains examples +equivalent to the ones listed here. To encrypt a private key using triple DES: |