Extensive application of __owur to CT functions that return a boolean
[openssl.git] / crypto / ct / ct_prn.c
index 73aba7e578c896b779891659d86761a8b217bd55..3983c3cb3b1c49cd9c13497e7bd1f6b92ddc9b4d 100644 (file)
@@ -107,6 +107,11 @@ void SCT_print(const SCT *sct, BIO *out, int indent)
 
     BIO_printf(out, "v1 (0x0)");
 
+    if (sct->log != NULL) {
+        BIO_printf(out, "\n%*sLog       : %s", indent + 4, "",
+                   SCT_get0_log_name(sct));
+    }
+
     BIO_printf(out, "\n%*sLog ID    : ", indent + 4, "");
     BIO_hex_string(out, indent + 16, 16, sct->log_id, sct->log_id_len);