summaryrefslogtreecommitdiff
path: root/lib/gnutls_mpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_mpi.c')
-rw-r--r--lib/gnutls_mpi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_mpi.c b/lib/gnutls_mpi.c
index 8365d06928..8a71b0a636 100644
--- a/lib/gnutls_mpi.c
+++ b/lib/gnutls_mpi.c
@@ -341,10 +341,10 @@ _gnutls_x509_write_int (ASN1_TYPE node, const char *value, bigint_t mpi,
result = _gnutls_mpi_print_lz (mpi, NULL, &s_len);
else
result = _gnutls_mpi_print (mpi, NULL, &s_len);
-
+
if (result != 0)
{
- gnutls_assert();
+ gnutls_assert ();
return result;
}