summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_cert.c
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-03-22 15:50:34 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-03-22 15:50:34 +0000
commit72e442a3a66ad7b5a9f97c8b0165b6d3955ebc43 (patch)
tree27bc688020f7d61f165bd11250a64bd7bcd9fd92 /ssl/ssl_cert.c
parent74355a3554713ab0af22efcf997191ab15757408 (diff)
function names recently changed - consistency.
Diffstat (limited to 'ssl/ssl_cert.c')
-rw-r--r--ssl/ssl_cert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_cert.c b/ssl/ssl_cert.c
index cc3df56830..f50de34a06 100644
--- a/ssl/ssl_cert.c
+++ b/ssl/ssl_cert.c
@@ -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.