aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Kasatkin <dmitry.kasatkin@intel.com>2012-01-17 17:12:05 +0200
committerJames Morris <jmorris@namei.org>2012-01-18 10:46:24 +1100
commit68adcad570a2ce0496918ddd9f8c83138d9bcc93 (patch)
tree548a8e03700472a86aa4063c1822664852dd8283
parentbe440ec77325d02ad5e43676eb8d868426d35cd5 (diff)
lib: MPILIB Kconfig description update
It was reported that description of the MPILIB_EXTRA is confusing. Indeed it was copy-paste typo. It is fixed here. Reported-by: Valdis Kletnieks <Valdis.Kletnieks@vt.edu> Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com> Signed-off-by: James Morris <jmorris@namei.org>
-rw-r--r--lib/Kconfig8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index dbaf19ea84e..1cbc1fe1361 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -296,11 +296,9 @@ config MPILIB_EXTRA
bool "Multiprecision maths library - additional sources"
depends on MPILIB
help
- Multiprecision maths library from GnuPG.
- It is used to implement RSA digital signature verification,
- which is used by IMA/EVM digital signature extension.
- This code in unnecessary for RSA digital signature verification,
- and can be compiled if needed.
+ Additional sources of multiprecision maths library from GnuPG.
+ This code is unnecessary for RSA digital signature verification,
+ but can be compiled if needed.
config SIGNATURE
tristate "In-kernel signature checker"