Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68adcad5 authored by Dmitry Kasatkin's avatar Dmitry Kasatkin Committed by James Morris
Browse files

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: default avatarValdis Kletnieks <Valdis.Kletnieks@vt.edu>
Signed-off-by: default avatarDmitry Kasatkin <dmitry.kasatkin@intel.com>
Signed-off-by: default avatarJames Morris <jmorris@namei.org>
parent be440ec7
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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"