target/iscsi: Remove chap_set_random()
authorAndy Grover <agrover@redhat.com>
Mon, 4 Mar 2013 21:52:07 +0000 (13:52 -0800)
committerNicholas Bellinger <nab@linux-iscsi.org>
Thu, 25 Apr 2013 08:05:22 +0000 (01:05 -0700)
commit98e2eeb31e4a0cd248af6a26290d5246b28488d8
tree94e9b586257cf781d4f05630f5a792d47d5ee7db
parent30f359a6f9da65a66de8cadf959f0f4a0d498bba
target/iscsi: Remove chap_set_random()

The result from get_random_bytes should already be random, so further
manipulation and mixing should not be needed.

Signed-off-by: Andy Grover <agrover@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/iscsi/iscsi_target_auth.c