summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2020-04-28 03:06:26 +0300
committerDmitry Baryshkov <dbaryshkov@gmail.com>2020-04-28 15:46:51 +0300
commit21423036765a4ddf3a75696887651f1ed83e8983 (patch)
tree24ce8cbdb1fae34b419d8047b9e1ff69d017688a /configure.ac
parent367600b82bac81b39fce7e20879c10b06701e851 (diff)
downloadgnutls-21423036765a4ddf3a75696887651f1ed83e8983.tar.gz
gost: use gostdsa-vko from nettle 3.6rc3
Now as we have upgraded Nettle to 3.6rc3 (which includes gostdsa_vko), use this function from imported nettle sources. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 2d0a42665e..fb24986bb6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -663,12 +663,6 @@ AC_CHECK_FUNCS([nettle_chacha_set_counter],
LIBS=$save_LIBS
AM_CONDITIONAL(NEED_CHACHA, [test "$have_chacha_set_counter" != "yes"])
-# Check for VKO
-save_LIBS=$LIBS
-LIBS="$LIBS $NETTLE_LIBS $HOGWEED_LIBS"
-AC_CHECK_FUNCS(nettle_gostdsa_vko)
-LIBS=$save_LIBS
-
# Check sonames of the linked libraries needed for FIPS selftests.
save_LIBS=$LIBS
LIBS="$LIBS $GMP_LIBS"