summaryrefslogtreecommitdiff
path: root/lib/ecc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ecc.h')
-rw-r--r--lib/ecc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ecc.h b/lib/ecc.h
index 623a1a55bb..f8f54df295 100644
--- a/lib/ecc.h
+++ b/lib/ecc.h
@@ -23,9 +23,9 @@
#ifndef GNUTLS_ECC_H
#define GNUTLS_ECC_H
-int _gnutls_ecc_ansi_x963_import(const uint8_t * in, unsigned long inlen,
+int _gnutls_ecc_ansi_x962_import(const uint8_t * in, unsigned long inlen,
bigint_t * x, bigint_t * y);
-int _gnutls_ecc_ansi_x963_export(gnutls_ecc_curve_t curve, bigint_t x,
+int _gnutls_ecc_ansi_x962_export(gnutls_ecc_curve_t curve, bigint_t x,
bigint_t y, gnutls_datum_t * out);
#endif