simon 2006-07-30 19:29:26 UTC FreeBSD src repository Modified files: lib/libmp mpasbn.c Log: Pass BN_CTX to internal functions instead of allocating it internally. This allows msqrt() to only call BN_CTX_new() once intead of many times. Suggested and reviewed by: stefanf Revision Changes Path 1.5 +35 -27 src/lib/libmp/mpasbn.c