Use proper size for allocating indexes
authortb <tb@openbsd.org>
Sat, 3 Aug 2024 07:43:33 +0000 (07:43 +0000)
committertb <tb@openbsd.org>
Sat, 3 Aug 2024 07:43:33 +0000 (07:43 +0000)
commitefea1aaa19c148d08624ebef9551bf578906386a
tree649b9f39a0ca7576ef208dc6febbd363c072abb4
parent946c90018101187c3da61f217217876b9da7f74a
Use proper size for allocating indexes

It's a double pointer, so we should allocate a pointer size, not the entire
struct. This saves roughly 500B per class.

CID 507397

ok jsing
lib/libcrypto/crypto_ex_data.c