summaryrefslogtreecommitdiff
path: root/lib/nettle/gost/ecc-gost512a.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/gost/ecc-gost512a.c')
-rw-r--r--lib/nettle/gost/ecc-gost512a.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/nettle/gost/ecc-gost512a.c b/lib/nettle/gost/ecc-gost512a.c
index 1bd4d1b7af..d77a41f4c0 100644
--- a/lib/nettle/gost/ecc-gost512a.c
+++ b/lib/nettle/gost/ecc-gost512a.c
@@ -64,7 +64,7 @@
#define ecc_512_modp ecc_mod
#define ecc_512_modq ecc_mod
-static const struct ecc_curve _gnutls_gost_512a =
+static const struct ecc_curve _gnutls_gost_gc512a =
{
{
512,
@@ -140,7 +140,7 @@ static const struct ecc_curve _gnutls_gost_512a =
ecc_table
};
-const struct ecc_curve *nettle_get_gost_512a(void)
+const struct ecc_curve *nettle_get_gost_gc512a(void)
{
- return &_gnutls_gost_512a;
+ return &_gnutls_gost_gc512a;
}