Hello!

I use this when initializing.

SSL_CTX_use_PrivateKey_file(ssl_ctx, keyfile, SSL_FILETYPE_PEM)

what is the correct way of accessing this keyfile later. I.e. I would
like to say:

skey = ssl_ctx->private_key;

or similar.

/Douglas
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to