From a1cdf3c75fd5c644607b1877207d1d5b507a5bb9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 27 Jul 2005 18:10:56 +0000 Subject: Converted all m_free to xfree etc. --- include/mpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mpi.h') diff --git a/include/mpi.h b/include/mpi.h index f8588cc9d..bec37ce6c 100644 --- a/include/mpi.h +++ b/include/mpi.h @@ -73,7 +73,7 @@ struct gcry_mpi { int sign; /* indicates a negative number */ unsigned flags; /* bit 0: array must be allocated in secure memory space */ /* bit 1: not used */ - /* bit 2: the limb is a pointer to some m_alloced data */ + /* bit 2: the limb is a pointer to some xmalloced data */ mpi_limb_t *d; /* array with the limbs */ }; -- cgit v1.2.3