On Wed, Nov 12, 2008 at 02:26:49PM -0500, Aubrey Eddleson wrote:

> Rewind the key file?  But how?  I didn't open it; I'm just passing its name to
> PEM_read_PrivateKey.  Am I totally missing something really obvious here?

        EVP_PKEY *PEM_read_PrivateKey(FILE *fp, EVP_PKEY **x,
                                      pem_password_cb *cb, void *u);

No, you are passing an open file handle.

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

Reply via email to