summaryrefslogtreecommitdiff
path: root/lib/ecc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ecc.c')
-rw-r--r--lib/ecc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ecc.c b/lib/ecc.c
index 14ad242fac..e559cc39f3 100644
--- a/lib/ecc.c
+++ b/lib/ecc.c
@@ -91,6 +91,7 @@ _gnutls_ecc_ansi_x963_export(gnutls_ecc_curve_t curve, bigint_t x,
}
+
int
_gnutls_ecc_ansi_x963_import(const uint8_t * in,
unsigned long inlen, bigint_t * x,
@@ -123,3 +124,4 @@ _gnutls_ecc_ansi_x963_import(const uint8_t * in,
return 0;
}
+