On Tue, Jun 13, 2006, ?? ???? wrote:

> when i use PEM_read_PrivateKey find it work error ,so i look into 
> PEM_read_PrivateKey to find the reason.
> first i find in
> #define       PEM_read_PrivateKey(fp,x,cb,u) (EVP_PKEY *)PEM_ASN1_read( \
>       (char *(*)())d2i_PrivateKey,PEM_STRING_EVP_PKEY,fp,(char **)x,cb,u)
> next i find in

Well you may find it there but it is #if 0'ed out.

This function is a special case in pem_pkey.c 

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to