]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/ct.h
If a CT log entry in CTLOG_FILE is invalid, skip it and continue loading
[thirdparty/openssl.git] / include / openssl / ct.h
index 7ea7ff236c330544bf992ac78a27ae08494ad1be..6d2182f796f154c5f3de7a822aa25d4809d41272 100644 (file)
@@ -542,7 +542,7 @@ CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
 
 /*
  * Loads a CT log list into a |store| from a |file|.
- * Returns 1 if loading is successful, or a non-positive integer otherwise.
+ * Returns 1 if loading is successful, or 0 otherwise.
  */
 int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
 
@@ -550,7 +550,7 @@ int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
  * Loads the default CT log list into a |store|.
  * See internal/cryptlib.h for the environment variable and file path that are
  * consulted to find the default file.
- * Returns 1 if loading is successful, or a non-positive integer otherwise.
+ * Returns 1 if loading is successful, or 0 otherwise.
  */
 int CTLOG_STORE_load_default_file(CTLOG_STORE *store);