diff options
author | Miloslav Trmač <mitr@redhat.com> | 2010-08-05 23:53:54 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2010-08-24 20:58:31 +0200 |
commit | ebbad69465c52c203de67770a32412474bfd51bb (patch) | |
tree | eca8e8f08113f70d4eb0d661f68f4c3f550367d7 /userspace/ncrypto_key.c | |
parent | 66e0510c847c0c0a96c94356de3c6d7d36bff95e (diff) | |
download | cryptodev-linux-ebbad69465c52c203de67770a32412474bfd51bb.tar.gz cryptodev-linux-ebbad69465c52c203de67770a32412474bfd51bb.tar.xz cryptodev-linux-ebbad69465c52c203de67770a32412474bfd51bb.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_key.c')
0 files changed, 0 insertions, 0 deletions