diff options
Diffstat (limited to 'src/lib/libcrypto/doc/X509_STORE_CTX_new.pod')
-rw-r--r-- | src/lib/libcrypto/doc/X509_STORE_CTX_new.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/X509_STORE_CTX_new.pod b/src/lib/libcrypto/doc/X509_STORE_CTX_new.pod index b17888f149..1c55236aa2 100644 --- a/src/lib/libcrypto/doc/X509_STORE_CTX_new.pod +++ b/src/lib/libcrypto/doc/X509_STORE_CTX_new.pod | |||
@@ -45,7 +45,7 @@ will be untrusted but may be used to build the chain) in B<chain>. Any or | |||
45 | all of the B<store>, B<x509> and B<chain> parameters can be B<NULL>. | 45 | all of the B<store>, B<x509> and B<chain> parameters can be B<NULL>. |
46 | 46 | ||
47 | X509_STORE_CTX_trusted_stack() sets the set of trusted certificates of B<ctx> | 47 | X509_STORE_CTX_trusted_stack() sets the set of trusted certificates of B<ctx> |
48 | to B<sk>. This is an alternative way of specifying trusted certificates | 48 | to B<sk>. This is an alternative way of specifying trusted certificates |
49 | instead of using an B<X509_STORE>. | 49 | instead of using an B<X509_STORE>. |
50 | 50 | ||
51 | X509_STORE_CTX_set_cert() sets the certificate to be vertified in B<ctx> to | 51 | X509_STORE_CTX_set_cert() sets the certificate to be vertified in B<ctx> to |