Use calloc() in BN_new(), rather than malloc() and then manually zeroing.
authorjsing <jsing@openbsd.org>
Sat, 7 Jan 2023 16:09:18 +0000 (16:09 +0000)
committerjsing <jsing@openbsd.org>
Sat, 7 Jan 2023 16:09:18 +0000 (16:09 +0000)
commit0d1c5e62fe9e0405f8af8e3a7bb97231538a53c5
treef11b2dc43355814b4ad6709008e9abc02922395c
parentc91a0f502346babf19c59a6b6d974a94c32ea1b1
Use calloc() in BN_new(), rather than malloc() and then manually zeroing.

ok tb@
lib/libcrypto/bn/bn_lib.c