You need to sign in or sign up before continuing.
提交 6e9f108d 编写于 作者: R Ralf S. Engelschall

Add two recently added functions

上级 72e442a3
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册