1
0
Fork 0
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:
Repo Admin 2000-10-11 17:26:49 +00:00
parent 5a2e659682
commit ce6cfb69d2
3 changed files with 2217 additions and 0 deletions

View 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)