cvs commit: src/lib/libmp mpasbn.c

Simon L. Nielsen simon at FreeBSD.org
Sun Jul 30 19:29:26 UTC 2006


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


More information about the cvs-all mailing list