Add conditional around bn_mul_words() call.
authorjsing <jsing@openbsd.org>
Sat, 24 Jun 2023 17:06:54 +0000 (17:06 +0000)
committerjsing <jsing@openbsd.org>
Sat, 24 Jun 2023 17:06:54 +0000 (17:06 +0000)
commitcad21cb54290e13c9f42ce0760638bc908479b2c
tree8c439239f111901f6d8089205f78c5fef976485c
parent5b4b5c93e0009c770ca852b8777c29cc9498a405
Add conditional around bn_mul_words() call.

At least one of our bn_mul_words() assembly implementation fails to handle
n = 0 correctly... *sigh*
lib/libcrypto/bn/bn_sqr.c