Return the local private key configured on ssl (borrowed pointer).
ssl
Declared in <openssl/ssl.h>
<openssl/ssl.h>
evp_pkey_st* SSL_get_privatekey(SSL const* ssl);
EVP_PKEY used for the local certificate, or NULL if unset.