CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/20 15:41:09
Modified files:
lib/libcrypto/conf: conf_mod.c
Log message:
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
