mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Use 'u8 *' instead of 'char *' for pointers to key blobs everywhere. This saves a lot of casts. The libcryptsetup API still uses 'char *' as pointer type for volume keys, so a few casts are required when passing those pointers to libcryptsetup API functions. Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Reviewed-by: Finn Callies <fcallies@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>