The prototype for bn_mul_recursive is never defined in bn_lcl.h. It's there but there is an "#if 0" around it. The function bn_mul_recursive is always compiled in, because it's got an "#ifdef BN_RECURSION" around it, and BN_RECURSION is always defined in bn.h.
I think the prototype should be put back in. This throws an error on CodeWarrior C on OS X 10.2.3 ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]