summaryrefslogtreecommitdiff
path: root/lib/mpi/generic_mpi-asm-defs.h
diff options
context:
space:
mode:
authorDmitry Kasatkin <dmitry.kasatkin@intel.com>2012-05-09 14:37:55 (GMT)
committerJames Morris <james.l.morris@oracle.com>2012-05-26 01:50:44 (GMT)
commit9e235dcaf4f63d88a7e9ce5735ba5c2eb2719603 (patch)
treeb9eed6c4ee356996fd57a129b65730c087b4880d /lib/mpi/generic_mpi-asm-defs.h
parent423b9788023263364ea5de04189f02bd9b6a12db (diff)
downloadlinux-9e235dcaf4f63d88a7e9ce5735ba5c2eb2719603.tar.xz
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.h4
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 047d1f5..0000000
--- 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)