Change return type of module_add()
authortb <tb@openbsd.org>
Wed, 20 Mar 2024 21:41:09 +0000 (21:41 +0000)
committertb <tb@openbsd.org>
Wed, 20 Mar 2024 21:41:09 +0000 (21:41 +0000)
commit3cdf45a4d909770a09eb6360c441448243747a5d
tree740392cece0fddd503dc3b8082533ad2f335090c
parent1d022c0232225be96f7d80e4187118c7beb97545
Change return type of module_add()

There is one caller of this function which returns module_add() != NULL.
Make the function return an int instead.

suggested by and ok jsing
lib/libcrypto/conf/conf_mod.c