function names recently changed - consistency.

This commit is contained in:
Ralf S. Engelschall
1999-03-22 15:50:34 +00:00
parent 74355a3554
commit 72e442a3a6
2 changed files with 6 additions and 5 deletions

View File

@@ -425,7 +425,7 @@ err:
* \param stack the stack to append to.
* \param dir the directory to append from. All files in this directory will be
* examined as potential certs. Any that are acceptable to
* SSL_add_cert_file_to_stack() that are not already in the stack will be
* SSL_add_dir_cert_subjects_to_stack() that are not already in the stack will be
* included.
* \return 1 for success, 0 for failure. Note that in the case of failure some
* certs may have been added to \c stack.