On Thu, Feb 07, 2008 at 05:42:59PM -0800, Joel Christner wrote: > As an aside, anyone have issues with unrecognized symbols > EVP_CIPHER_CTX_block_size? > > I've tried including everything under the sun - evp.h, bio.h, err.h, rand.h, > ssl.h, x509v3.h.
This changed from a macro in older OpenSSL releases to a function in newer ones. If you link code compiled using new headers against older libraries, the function will not be found. Don't do that. -- Viktor. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]