Author :
tb
Date :
2024-08-03 07:45:26
Hash :ef8f2a3f Message :Bump CRYPTO_EX_DATA_MAX_INDEX to 32
rust-openssl tests do something weird and need lots of ex data (one index
for each registered callback, for example). This makes the regress pass
again.
noticed by anton
ok jsing