Remove unused parameters from internal functions
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
@@ -97,8 +97,6 @@ because it doesn't add any security.
|
||||
The B<file> should contain one or more CRLs in PEM format.
|
||||
This option can be specified more than once to include CRLs from multiple
|
||||
B<files>.
|
||||
If you want to enable an B<engine> via the B<-engine> option, that option has
|
||||
to be specified before this one.
|
||||
|
||||
=item B<-crl_download>
|
||||
|
||||
@@ -206,8 +204,6 @@ to constuct a certificate chain from the subject certificate to a trust-anchor.
|
||||
The B<file> should contain one or more certificates in PEM format.
|
||||
This option can be specified more than once to include untrusted certiificates
|
||||
from multiple B<files>.
|
||||
If you want to enable an B<engine> via the B<-engine> option, that option has
|
||||
to be specified before this one.
|
||||
|
||||
=item B<-trusted file>
|
||||
|
||||
@@ -222,8 +218,6 @@ from multiple B<files>.
|
||||
This option implies the B<-no-CAfile> and B<-no-CApath> options.
|
||||
This option cannot be used in combination with either of the B<-CAfile> or
|
||||
B<-CApath> options.
|
||||
If you want to enable an B<engine> via the B<-engine> option, that option has
|
||||
to be specified before this one.
|
||||
|
||||
=item B<-use_deltas>
|
||||
|
||||
|
Reference in New Issue
Block a user