Makes SCT_get0_log return const CTLOG*
[openssl.git] / crypto / ct / ct_sct.c
index 342e041b242969c88d98c1e0efadcab13afdb9db..20bb156afcd21d54fa58741fbe59adf9e43c7e64 100644 (file)
@@ -339,7 +339,7 @@ int SCT_LIST_set_source(const STACK_OF(SCT) *scts, sct_source_t source)
     return ret;
 }
 
-CTLOG *SCT_get0_log(const SCT *sct)
+const CTLOG *SCT_get0_log(const SCT *sct)
 {
     return sct->log;
 }