On Tue, Jun 15, 1999 at 10:35:22AM +0100, Ben Laurie wrote:
>> /* crypto/pem/pem_stubs.c */
>>
>> #include <openssl/pem.h>
>>
>> #undef PEM_read_PrivateKey
>> EVP_PKEY *PEM_read_PrivateKey(FILE *fp,EVP_PKEY **x, pem_password_cb *cb)
>> {
>> return PEM_read_PrivateKey_ex(fp, x, cb, NULL);
>> }
> Not sure there's much point in this, but if you want...
I don't really know how necessary this is, but given that the OpenSSL
libraries are sometimes used for non-C programs we would break less
applications.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]