CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/24 11:06:55
Modified files:
lib/libcrypto/bn: bn_sqr.c
Log message:
Add conditional around bn_mul_words() call.
At least one of our bn_mul_words() assembly implementation fails to handle
n = 0 correctly... *sigh*
