Date: Sun, 30 Jul 2006 19:29:26 +0000 (UTC) From: "Simon L. Nielsen" <simon@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libmp mpasbn.c Message-ID: <200607301929.k6UJTQ3x098062@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607301929.k6UJTQ3x098062>