CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2024/08/03 01:43:33

Modified files:
        lib/libcrypto  : crypto_ex_data.c 

Log message:
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

Reply via email to