diff options
Diffstat (limited to 'doc/man1/openssl-x509.pod.in')
-rw-r--r-- | doc/man1/openssl-x509.pod.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/man1/openssl-x509.pod.in b/doc/man1/openssl-x509.pod.in index c6b27a504c..e3e1fd2004 100644 --- a/doc/man1/openssl-x509.pod.in +++ b/doc/man1/openssl-x509.pod.in @@ -65,7 +65,6 @@ B<openssl> B<x509> [B<-checkhost> I<host>] [B<-checkemail> I<host>] [B<-checkip> I<ipaddr>] -[B<-C>] [B<-I<digest>>] [B<-clrext>] [B<-extfile> I<filename>] @@ -271,10 +270,6 @@ This is commonly called a "fingerprint". Because of the nature of message digests, the fingerprint of a certificate is unique to that certificate and two certificates with the same fingerprint can be considered to be the same. -=item B<-C> - -This outputs the certificate in the form of a C source file. - =back =head2 Trust Settings @@ -843,6 +838,8 @@ The B<-CAform> option has become obsolete in OpenSSL 3.0.0 and has no effect. The B<-engine> option was deprecated in OpenSSL 3.0. +The B<-C> option was removed in OpenSSL 3.0. + =head1 COPYRIGHT Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved. |