CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/29 02:37:33
Modified files:
lib/libcrypto/bn: bn_bpsw.c
Log message:
Having a perfect square at this point is not an error. Rather it is
a shortcut bypassing expensive computation, so change goto err to
goto done. Bug introduced in last refactoring before commit.
