Commit a8f8c450 authored by Boaz Harrosh's avatar Boaz Harrosh

osd: Kconfig remove wrong FIXME

The OSD protocol calls for all kind of security levels that use
CRYPTO_HMAC and SH1, but the current code only supports NO_SEC,
which does not use any of these.

Remove a wrong FIXME that calls for them. Thanks Maxin for
reporting on this.
Reported-by: default avatar"Maxin B. John" <maxin.john@gmail.com>
Signed-off-by: default avatarBoaz Harrosh <bharrosh@panasas.com>
parent b6fd41e2
...@@ -11,10 +11,6 @@ ...@@ -11,10 +11,6 @@
# it under the terms of the GNU General Public version 2 License as # it under the terms of the GNU General Public version 2 License as
# published by the Free Software Foundation # published by the Free Software Foundation
# #
# FIXME: SCSI_OSD_INITIATOR should select CONFIG (HMAC) SHA1 somehow.
# How is it done properly?
#
config SCSI_OSD_INITIATOR config SCSI_OSD_INITIATOR
tristate "OSD-Initiator library" tristate "OSD-Initiator library"
depends on SCSI depends on SCSI
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment