> > I'm committing this change anyway, but would be grateful if you could
> > confirm at your end that this makes the warnings/errors go away?
> >
> > > 2. Linker error: unresolved symbols
> > > a)EVP_DecryptInit_ex,
> > > b)EVP_EncryptInit_ex,
> > > c)ENGINE_load_openbsd_dev_crypto
> >
> > I'm fixing (c) properly now, expect it committed shortly. (a) and (b)
I'm
> > not sure about but I'll look into it.
>
> Geoff,
> when you "repair"  EVP_??cryptInit_ex , you redirect EVP_??cryptInit to
this
> _ex function, but this not work properly!
> At the line 89 in evp_enc is tested ctx->*** which is not from outside
> initialize, e.g. from pem_lib.c line 349
>
> Martin

I think, problem will be resolve out of EVP_??cryptInit by add
EVP_CIPHER_CTX_init(&ctx); before call
 EVP_??cryptInit.
This missing in pem_lib.c in functions PEM_ASN1_write_bio() and
PEM_do_header()

Martin

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

Reply via email to