aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/mpiutil.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1997-11-24 11:04:11 +0000
committerWerner Koch <[email protected]>1997-11-24 11:04:11 +0000
commita51cca90b6c8d3628d9b97a08f9370b3e249a9b6 (patch)
tree093b652e684cef1623777be8ea2b96876f9ee1e7 /mpi/mpiutil.c
parentcompress stuff implemented (diff)
downloadgnupg-a51cca90b6c8d3628d9b97a08f9370b3e249a9b6.tar.gz
gnupg-a51cca90b6c8d3628d9b97a08f9370b3e249a9b6.zip
IDEA removed, signing works
Diffstat (limited to 'mpi/mpiutil.c')
-rw-r--r--mpi/mpiutil.c4
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 )