mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
This commit was manufactured by cvs2svn to create branch
'STABLE-BRANCH-1-0'.
This commit is contained in:
parent
5a2e659682
commit
ce6cfb69d2
3 changed files with 2217 additions and 0 deletions
9
mpi/generic/mpi-asm-defs.h
Normal file
9
mpi/generic/mpi-asm-defs.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
/* 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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue