[#SSL_get_privatekey] = SSL_get_privatekey :mrdocs: Return the local private key configured on `ssl` (borrowed pointer). == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:evp_pkey_st.adoc[evp_pkey_st]* SSL_get_privatekey(xref:SSL.adoc[SSL] const* ssl); ---- == Return Value EVP_PKEY used for the local certificate, or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *ssl* | SSL connection. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#