diff options
author | Dmitry Kasatkin <dmitry.kasatkin@intel.com> | 2012-05-09 10:37:55 -0400 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2012-05-25 21:50:44 -0400 |
commit | 9e235dcaf4f63d88a7e9ce5735ba5c2eb2719603 (patch) | |
tree | b9eed6c4ee356996fd57a129b65730c087b4880d /lib/Kconfig | |
parent | 423b9788023263364ea5de04189f02bd9b6a12db (diff) |
Revert "crypto: GnuPG based MPI lib - additional sources (part 4)"
This reverts commit 7e8dec918ef8e0f68b4937c3c50fa57002077a4d.
RSA verification implementation does not use this code.
James Morris has asked to remove that.
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
Requested-by: James Morris <james.l.morris@oracle.com>
Signed-off-by: James Morris <james.l.morris@oracle.com>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 4a8aba2e5cc0..ac9d8d31c4a6 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -361,14 +361,6 @@ config MPILIB | |||
361 | It is used to implement RSA digital signature verification, | 361 | It is used to implement RSA digital signature verification, |
362 | which is used by IMA/EVM digital signature extension. | 362 | which is used by IMA/EVM digital signature extension. |
363 | 363 | ||
364 | config MPILIB_EXTRA | ||
365 | bool | ||
366 | depends on MPILIB | ||
367 | help | ||
368 | Additional sources of multiprecision maths library from GnuPG. | ||
369 | This code is unnecessary for RSA digital signature verification, | ||
370 | but can be compiled if needed. | ||
371 | |||
372 | config SIGNATURE | 364 | config SIGNATURE |
373 | tristate | 365 | tristate |
374 | depends on KEYS && CRYPTO | 366 | depends on KEYS && CRYPTO |