diff options
author | Miloslav Trmač <mitr@redhat.com> | 2010-08-05 23:53:54 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-23 20:01:59 +0200 |
commit | a42a4933ba8fae9b4d0338cc40490ff5f3b9430e (patch) | |
tree | 7618a01d633b37763752330fe7b9d960934e6a30 /userspace/ncrypto_generate_params.c | |
parent | fff54ce6f89dc250caa3afdffa7e17d2e889329a (diff) | |
download | cryptodev-linux-a42a4933ba8fae9b4d0338cc40490ff5f3b9430e.tar.gz cryptodev-linux-a42a4933ba8fae9b4d0338cc40490ff5f3b9430e.tar.xz cryptodev-linux-a42a4933ba8fae9b4d0338cc40490ff5f3b9430e.zip |
Remove somewhat confusing casts
"luckily" DIAGNOSTIC_DUMP does not quote its arguments, so
DIAGNOSTIC_DUMP((int)array, size)
expanded into
...
fprintf(stderr, "%.2x:", (int)(int)array[out_index]);
...
Still, it would break with more meticulous parenthesising, and the macro
invocations appear to be casting an array to int.
Diffstat (limited to 'userspace/ncrypto_generate_params.c')
0 files changed, 0 insertions, 0 deletions