diff options
Diffstat (limited to 'linden/indra/libgcrypt/libgcrypt-1.2.2/mpi/generic/mpi-asm-defs.h')
-rw-r--r--[-rwxr-xr-x] | linden/indra/libgcrypt/libgcrypt-1.2.2/mpi/generic/mpi-asm-defs.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/linden/indra/libgcrypt/libgcrypt-1.2.2/mpi/generic/mpi-asm-defs.h b/linden/indra/libgcrypt/libgcrypt-1.2.2/mpi/generic/mpi-asm-defs.h index 5cf33c8..13424e2 100755..100644 --- a/linden/indra/libgcrypt/libgcrypt-1.2.2/mpi/generic/mpi-asm-defs.h +++ b/linden/indra/libgcrypt/libgcrypt-1.2.2/mpi/generic/mpi-asm-defs.h | |||
@@ -1,10 +1,10 @@ | |||
1 | /* This file defines some basic constants for the MPI machinery. We | 1 | /* This file defines some basic constants for the MPI machinery. We |
2 | * need to define the types on a per-CPU basis, so it is done with | 2 | * need to define the types on a per-CPU basis, so it is done with |
3 | * this file here. */ | 3 | * this file here. */ |
4 | #define BYTES_PER_MPI_LIMB (SIZEOF_UNSIGNED_LONG) | 4 | #define BYTES_PER_MPI_LIMB (SIZEOF_UNSIGNED_LONG) |
5 | 5 | ||
6 | 6 | ||
7 | 7 | ||
8 | 8 | ||
9 | 9 | ||
10 | 10 | ||