freebsd-src/lib/libmp
Simon L. B. Nielsen 76f29359f7 Do not put BN_CTX structures on the stack, but instead allocate them
runtime using BN_CTX_new().  This is done since in OpenSSL 0.9.7e we
can only allocate BN_CTX on the stack by including an internal OpenSSL
header file, and in OpenSSL 0.9.8 BN_CTX is entirely opaque, so having
it on the stack is not possible at all.

This is done as preparation for OpenSSL 0.9.8b import.

Tested on:	amd64 i386 ia64
Tested with:	src/tools/regression/lib/libmp
2006-07-28 23:00:16 +00:00
..
libmp.3 Add a reference to bn(3) for those looking for functional multiprecision 2003-08-30 05:35:46 +00:00
Makefile Add missing shared library interdependencies. 2005-11-10 18:07:07 +00:00
mp.h Adjust for OpenSSL 0.9.7. 2003-01-28 23:03:15 +00:00
mpasbn.c Do not put BN_CTX structures on the stack, but instead allocate them 2006-07-28 23:00:16 +00:00