[#CTLOG_get0_public_key] = CTLOG_get0_public_key :mrdocs: Get the public key of a CT log. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_PKEY.adoc[EVP_PKEY]* CTLOG_get0_public_key(xref:CTLOG.adoc[CTLOG] const* log); ---- == Return Value Public key, owned by the log. == Parameters [cols="1,4"] |=== | Name| Description | *log* | CT log to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#