[#SSL_CTX_get0_privatekey] = SSL_CTX_get0_privatekey :mrdocs: Return the private key configured on an SSL context (if any). == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:EVP_PKEY.adoc[EVP_PKEY]* SSL_CTX_get0_privatekey(xref:SSL_CTX.adoc[SSL_CTX] const* ctx); ---- == Return Value EVP_PKEY for the context's local identity, or NULL; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#