mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
The provider functions are passed to OpenSSL in the dispatch array casted to 'void (*)(void)', so they can not be type checked by the compiler. Add function prototypes using the OpenSSL provided function typedefs to allow the compiler to check the function signatures. No functional change. Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>