diff options
author | Werner Koch <[email protected]> | 1998-02-13 20:58:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-02-13 20:58:50 +0000 |
commit | f477447d9af4097e8c5d4c15a3dd381237e93ee2 (patch) | |
tree | a655392c92fed02f06ebf503bf10b835b56e54e0 /mpi/mpiutil.c | |
parent | added assembler stuff for hppa (diff) | |
download | gnupg-f477447d9af4097e8c5d4c15a3dd381237e93ee2.tar.gz gnupg-f477447d9af4097e8c5d4c15a3dd381237e93ee2.zip |
added option exportV0-2-6
Diffstat (limited to 'mpi/mpiutil.c')
-rw-r--r-- | mpi/mpiutil.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mpi/mpiutil.c b/mpi/mpiutil.c index 09be317f2..3eb09f0cd 100644 --- a/mpi/mpiutil.c +++ b/mpi/mpiutil.c @@ -35,6 +35,13 @@ #undef mpi_free #endif +/**************** + * fixme: It was a bad idea to use the number of limbs to allocate + * because on a alpha the limbs are large but we normally need + * integers of n bits - So we should chnage this to bits (or bytes). + * + * But mpi_alloc is used in a lot of places :-) + */ MPI #ifdef M_DEBUG mpi_debug_alloc( unsigned nlimbs, const char *info ) |