Add two recently added functions
diff --git a/doc/ssl.pod b/doc/ssl.pod
index cec801b..46ee443 100644
--- a/doc/ssl.pod
+++ b/doc/ssl.pod
@@ -397,6 +397,10 @@
 
 =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);