iscsi-target: Make buf param of iscsit_do_crypto_hash_buf() const void *
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 3 May 2013 21:15:57 +0000 (23:15 +0200)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 3 May 2013 23:49:48 +0000 (16:49 -0700)
Make the "buf" input param of iscsit_do_crypto_hash_buf() "const void *".
This allows to remove lots of casts in its callers.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>

No differences found