summaryrefslogtreecommitdiff
path: root/ssl/ssl_cert.c
diff options
context:
space:
mode:
authorrse <rse>1999-03-22 15:50:33 +0000
committerrse <rse>1999-03-22 15:50:33 +0000
commite8dc15c24766adc7aaf2d75a071dc21b834d6fc2 (patch)
tree2de12685c1f8c26a4753f7e8536877d4185bee91 /ssl/ssl_cert.c
parent82b6c00d6efe78e5cf2f27bebc651a7672c6d5f9 (diff)
downloadopenssl-e8dc15c24766adc7aaf2d75a071dc21b834d6fc2.tar.gz
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 cc3df5683..f50de34a0 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.