diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2011-08-15 14:52:36 -0400 |
---|---|---|
committer | Boaz Harrosh <bharrosh@panasas.com> | 2011-09-22 07:14:05 -0400 |
commit | a8f8c45082cb78489c5e6050c372ddac73ae439e (patch) | |
tree | 66ddc5dc376ce6da70e4819aec0cdba5e84fd668 /drivers | |
parent | b6fd41e29dea9c6753b1843a77e50433e6123bcb (diff) |
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: "Maxin B. John" <maxin.john@gmail.com>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/osd/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/osd/Kconfig b/drivers/scsi/osd/Kconfig index 861b5cebaeae..a0703514eb0f 100644 --- a/drivers/scsi/osd/Kconfig +++ b/drivers/scsi/osd/Kconfig | |||
@@ -11,10 +11,6 @@ | |||
11 | # it under the terms of the GNU General Public version 2 License as | 11 | # it under the terms of the GNU General Public version 2 License as |
12 | # published by the Free Software Foundation | 12 | # published by the Free Software Foundation |
13 | # | 13 | # |
14 | # FIXME: SCSI_OSD_INITIATOR should select CONFIG (HMAC) SHA1 somehow. | ||
15 | # How is it done properly? | ||
16 | # | ||
17 | |||
18 | config SCSI_OSD_INITIATOR | 14 | config SCSI_OSD_INITIATOR |
19 | tristate "OSD-Initiator library" | 15 | tristate "OSD-Initiator library" |
20 | depends on SCSI | 16 | depends on SCSI |