aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBenjamin Kaduk <bkaduk@akamai.com>2017-06-29 15:12:18 -0500
committerBenjamin Kaduk <kaduk@mit.edu>2017-07-27 14:32:13 -0500
commit1fb2993d9e3db38c7c681ea3eecaad458e956f80 (patch)
tree8e17532a526f8699b4c63ad37243686a8e3a630a /include
parentbaa77e075538b3d849b5120b3b60f0caca15a803 (diff)
downloadopenssl-1fb2993d9e3db38c7c681ea3eecaad458e956f80.tar.gz
Catch up to the removal of OSSL_STORE_open_file()
Remove references to it in documentation. Unfortunately, it is too late to renumber symbols in libcrypto.num and avoid the NOEXIST entry there. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3860)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/store.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/openssl/store.h b/include/openssl/store.h
index c6948f223d..43cf2031e7 100644
--- a/include/openssl/store.h
+++ b/include/openssl/store.h
@@ -114,8 +114,7 @@ int OSSL_STORE_close(OSSL_STORE_CTX *ctx);
/*
* Functions to generate OSSL_STORE_INFOs, one function for each type we
- * support having in them. Along with each of them, one macro that
- * can be used to determine what types are supported.
+ * support having in them, as well as a generic constructor.
*
* In all cases, ownership of the object is transfered to the OSSL_STORE_INFO
* and will therefore be freed when the OSSL_STORE_INFO is freed.