> 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

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

Reply via email to