Return the private key configured on an SSL context (if any).
Declared in <openssl/ssl.h>
<openssl/ssl.h>
EVP_PKEY* SSL_CTX_get0_privatekey(SSL_CTX const* ctx);
EVP_PKEY for the context's local identity, or NULL; do not free.