diff options
author | Dmitry Kasatkin <dmitry.kasatkin@intel.com> | 2012-05-09 17:37:55 +0300 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2012-05-26 11:50:44 +1000 |
commit | 9e235dcaf4f63d88a7e9ce5735ba5c2eb2719603 (patch) | |
tree | b9eed6c4ee356996fd57a129b65730c087b4880d /lib/mpi/generic_mpi-asm-defs.h | |
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/mpi/generic_mpi-asm-defs.h')
-rw-r--r-- | lib/mpi/generic_mpi-asm-defs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/mpi/generic_mpi-asm-defs.h b/lib/mpi/generic_mpi-asm-defs.h deleted file mode 100644 index 047d1f5a724..00000000000 --- a/lib/mpi/generic_mpi-asm-defs.h +++ /dev/null @@ -1,4 +0,0 @@ -/* This file defines some basic constants for the MPI machinery. We - * need to define the types on a per-CPU basis, so it is done with - * this file here. */ -#define BYTES_PER_MPI_LIMB (SIZEOF_UNSIGNED_LONG) |