summaryrefslogtreecommitdiff
path: root/mpi/mpiutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/mpiutil.c')
-rw-r--r--mpi/mpiutil.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mpi/mpiutil.c b/mpi/mpiutil.c
index bafc5de1..4dc52113 100644
--- a/mpi/mpiutil.c
+++ b/mpi/mpiutil.c
@@ -22,7 +22,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <assert.h>
#include "g10lib.h"
#include "mpi-internal.h"
@@ -196,7 +195,7 @@ mpi_set_secure( gcry_mpi_t a )
ap = a->d;
if (!a->nlimbs)
{
- assert(!ap);
+ gcry_assert (!ap);
return;
}
bp = mpi_alloc_limb_space (a->nlimbs, 1);