May I humbly request that in future updates of the library, the following
line (and all others like them) be changed back from:
#include <openssl/bn.h>
#include <openssl/crypto.h>
to the original:
#include <bn.h>
#include <crypto.h>
I think the latter is friendlier, but this is just IMHO. I had to make a
bunch of changes to my usage to get it to compile cleanly.
-E
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]