diff options
author | Werner Koch <[email protected]> | 1997-11-24 11:04:11 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1997-11-24 11:04:11 +0000 |
commit | a51cca90b6c8d3628d9b97a08f9370b3e249a9b6 (patch) | |
tree | 093b652e684cef1623777be8ea2b96876f9ee1e7 /mpi/mpiutil.c | |
parent | compress stuff implemented (diff) | |
download | gnupg-a51cca90b6c8d3628d9b97a08f9370b3e249a9b6.tar.gz gnupg-a51cca90b6c8d3628d9b97a08f9370b3e249a9b6.zip |
IDEA removed, signing works
Diffstat (limited to 'mpi/mpiutil.c')
-rw-r--r-- | mpi/mpiutil.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mpi/mpiutil.c b/mpi/mpiutil.c index 4e2a09056..15833d3f1 100644 --- a/mpi/mpiutil.c +++ b/mpi/mpiutil.c @@ -248,6 +248,10 @@ mpi_free( MPI a ) } +/**************** + * Note: This copy function shpould not interpret the MPI + * but copy it transparently. + */ MPI #ifdef M_DEBUG mpi_debug_copy( MPI a, const char *info ) |