Skip to content
Commit aad76018 authored by Pablo de Lara's avatar Pablo de Lara
Browse files

Fix clang warning on KASUMI

Changed KASUMI_F8_N_BUFFER API to fix following warning in test,
using clang as compiler.

kasumi_test.c:965:55: warning: cast from 'uint8_t **' (aka 'unsigned char **')
to 'const void **' must have all intermediate pointers const
qualified to be safe [-Wcast-qual].
                                                      ^
Modified input buffers parameter to be const void * const *,
instead of const void **.

Change-Id: I545df481094afd8065531ef0328c7f3da832288a
parent 32f5a443
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment