Commit 57949c4
Fix declaration of ica_aes_gcm_kma_ctx_new in ica_api.h header
When building an application that includes ica_api.h with -Wstrict-prototypes,
then this shows warnings/errors for the ica_aes_gcm_kma_ctx_new() declaration
in ica_api.h.
The declaration in ica_api.h is anyway different that the one used in
ica_api.c:
ica_api.h:
ICA_EXPORT
kma_ctx* ica_aes_gcm_kma_ctx_new();
ica_api.c:
kma_ctx* ica_aes_gcm_kma_ctx_new(void)
Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>1 parent 58df52f commit 57949c4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3370 | 3370 | | |
3371 | 3371 | | |
3372 | 3372 | | |
3373 | | - | |
| 3373 | + | |
3374 | 3374 | | |
3375 | 3375 | | |
3376 | 3376 | | |
| |||
0 commit comments