diff options
author | Ralf S. Engelschall <rse@openssl.org> | 1999-03-22 16:50:34 +0100 |
---|---|---|
committer | Ralf S. Engelschall <rse@openssl.org> | 1999-03-22 16:50:34 +0100 |
commit | 72e442a3a66ad7b5a9f97c8b0165b6d3955ebc43 (patch) | |
tree | 27bc688020f7d61f165bd11250a64bd7bcd9fd92 /ssl | |
parent | One more 0.9.2b (diff) | |
download | openssl-72e442a3a66ad7b5a9f97c8b0165b6d3955ebc43.tar.xz openssl-72e442a3a66ad7b5a9f97c8b0165b6d3955ebc43.zip |
function names recently changed - consistency.
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/ssl_cert.c | 2 |
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. |