Makes SCT_get0_log return const CTLOG*
[openssl.git] / include / openssl / ct.h
index ccbb8053041f56869ab7283dcaa01f0ceb5912c4..80ade2577ef5635f1c2d02ac78299778cc40e670 100644 (file)
@@ -315,7 +315,7 @@ __owur int SCT_LIST_set_source(const STACK_OF(SCT) *scts, sct_source_t source);
 /*
  * Gets information about the log the SCT came from, if set.
  */
-CTLOG *SCT_get0_log(const SCT *sct);
+const CTLOG *SCT_get0_log(const SCT *sct);
 
 /*
  * Looks up information about the log the SCT came from using a CT log store.