> Serge Batov wrote:
>
> Hi all,
>
> I have a strange problem with loading keys with PEM_ASN1_read
> function.
You should never have to call PEM_ASN1_read() directly unless ou are
doing something really weird.
You should use PEM_read_X509() instead for certificates for example.
> Build was maden by MSVC6 compiler ander Windows NT4.0.
>
Is it the usual runtime library issue? If so you need to link with the
multithreaded DLL runtime library: /MD option.
Steve.
--
Dr Stephen N. Henson. http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED]
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]