summaryrefslogtreecommitdiff
path: root/lib/nettle/gost/ecc-gost256cpa.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/gost/ecc-gost256cpa.c')
-rw-r--r--lib/nettle/gost/ecc-gost256cpa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/nettle/gost/ecc-gost256cpa.c b/lib/nettle/gost/ecc-gost256cpa.c
index 6d7fa51b3e..74ea4d2685 100644
--- a/lib/nettle/gost/ecc-gost256cpa.c
+++ b/lib/nettle/gost/ecc-gost256cpa.c
@@ -64,7 +64,7 @@
#define ecc_256_modp ecc_mod
#define ecc_256_modq ecc_mod
-static const struct ecc_curve _gnutls_gost_256cpa =
+static const struct ecc_curve _gnutls_gost_gc256b =
{
{
256,
@@ -140,7 +140,7 @@ static const struct ecc_curve _gnutls_gost_256cpa =
ecc_table
};
-const struct ecc_curve *nettle_get_gost_256cpa(void)
+const struct ecc_curve *nettle_get_gost_gc256b(void)
{
- return &_gnutls_gost_256cpa;
+ return &_gnutls_gost_gc256b;
}