Makes SCT_get0_log return const CTLOG*
[openssl.git] / crypto / ct / ct_locl.h
index 95a32997556f2e06b428c5894dc62584c01265fe..3625e5039c8a2c52ab566b9e1c49fd08f208bef0 100644 (file)
@@ -126,7 +126,7 @@ struct sct_st {
     /* Where this SCT was found, e.g. certificate, OCSP response, etc. */
     sct_source_t source;
     /* The CT log that produced this SCT. */
-    CTLOG *log;
+    const CTLOG *log;
     /* The result of the last attempt to validate this SCT. */
     sct_validation_status_t validation_status;
 };