CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2022/11/23 18:24:37
Modified files: lib/libcrypto/ec: ec2_smpl.c Log message: Call bn_expand() rather than handrolling an equivalent. The current code manually calculates words from bits and then calls bn_wexpand() - call bn_expand() with bits instead. ok tb@