Use a void pointer rather than char for method_data
authortb <tb@openbsd.org>
Fri, 29 Dec 2023 05:33:32 +0000 (05:33 +0000)
committertb <tb@openbsd.org>
Fri, 29 Dec 2023 05:33:32 +0000 (05:33 +0000)
commit58c567065c63a83ba9512981eeda9d39997d4ff0
tree602764f03a03fa85bdcb50a089225104b33ffc5a
parent2b2a322382f2ed37246140982008dc2c9fc661b8
Use a void pointer rather than char for method_data

This way we don't need to cast from BY_DIR * to char * and back in
its only consumer, the lovely by_dir.
lib/libcrypto/x509/by_dir.c
lib/libcrypto/x509/x509_local.h