mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Jan Höppner
parent
48bcfc3366
commit
cd2647ab78