libseckey: make secure key provider functions more type save

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>
This commit is contained in:
Ingo Franzki
2022-05-23 13:01:27 +02:00
committed by Jan Höppner
parent 48bcfc3366
commit cd2647ab78

File diff suppressed because it is too large Load Diff