From a51cca90b6c8d3628d9b97a08f9370b3e249a9b6 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 24 Nov 1997 11:04:11 +0000 Subject: IDEA removed, signing works --- mpi/mpiutil.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mpi/mpiutil.c') 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 ) -- cgit