X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fct.h;h=ccbb8053041f56869ab7283dcaa01f0ceb5912c4;hp=fa5175f29d7e6c7fd9066999ddeb4031cefa0c5f;hb=12d2d2818566561cbdda82a6ad1b3aab687fc020;hpb=70073f3e3aeb3b7dd15f20b557a8340a197d976e diff --git a/include/openssl/ct.h b/include/openssl/ct.h index fa5175f29d..ccbb805304 100644 --- a/include/openssl/ct.h +++ b/include/openssl/ct.h @@ -539,9 +539,9 @@ void CTLOG_STORE_free(CTLOG_STORE *store); * Finds a CT log in the store based on its log ID. * Returns the CT log, or NULL if no match is found. */ -CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, - const uint8_t *log_id, - size_t log_id_len); +const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, + const uint8_t *log_id, + size_t log_id_len); /* * Loads a CT log list into a |store| from a |file|.