summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-03-22 15:53:08 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-03-22 15:53:08 +0000
commit6e9f108dd7ccea98fb13a6fe5cb316afa4c46508 (patch)
tree74210ab85ab332928b465b763ee62c074a229d44 /doc
parent72e442a3a66ad7b5a9f97c8b0165b6d3955ebc43 (diff)
Add two recently added functions
Diffstat (limited to 'doc')
-rw-r--r--doc/ssl.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ssl.pod b/doc/ssl.pod
index cec801b386..46ee443f57 100644
--- a/doc/ssl.pod
+++ b/doc/ssl.pod
@@ -397,6 +397,10 @@ connection defined in the B<SSL> structure.
=item int B<SSL_accept>(SSL *ssl);
+=item int B<SSL_add_dir_cert_subjects_to_stack>(STACK *stack, const char *dir);
+
+=item int B<SSL_add_file_cert_subjects_to_stack>(STACK *stack, const char *file);
+
=item int B<SSL_add_client_CA>(SSL *ssl, X509 *x);
=item char *B<SSL_alert_desc_string>(int value);