summaryrefslogtreecommitdiff
path: root/lib/nettle/gost/gostdsa2.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nettle/gost/gostdsa2.h')
-rw-r--r--lib/nettle/gost/gostdsa2.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/nettle/gost/gostdsa2.h b/lib/nettle/gost/gostdsa2.h
index a9767556b9..9328a8af73 100644
--- a/lib/nettle/gost/gostdsa2.h
+++ b/lib/nettle/gost/gostdsa2.h
@@ -52,16 +52,6 @@ int
gostdsa_unmask_key (const struct ecc_curve *ecc,
mpz_t key);
-#ifndef HAVE_NETTLE_GOSTDSA_VKO
-
-#define gostdsa_vko _gnutls_gostdsa_vko
-void
-gostdsa_vko(const struct ecc_scalar *priv,
- const struct ecc_point *pub,
- size_t ukm_length, const uint8_t *ukm,
- uint8_t *out);
-#endif
-
#ifdef __cplusplus
}
#endif