summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-09-06 08:56:07 +0200
committerDaiki Ueno <ueno@gnu.org>2020-11-04 08:55:00 +0100
commite0928a2edd318ba26279591abe62f8801c814c7a (patch)
tree4a3d080e52dcb99c1ee6f13d7083c7c37582f4ea /bootstrap.conf
parent4511d0cebd3b37d7878139fd9c6e2fda68707169 (diff)
downloadgnutls-e0928a2edd318ba26279591abe62f8801c814c7a.tar.gz
build: hard require nettle 3.6
This allows us to remove several backports, including XTS, CFB8, raw-ChaCha, CMAC64, Curve448, and the GOST curves and hashes. Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 9e5a834cb5..31eb7a33a6 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -104,7 +104,6 @@ bootstrap_post_import_hook ()
# Automake requires that ChangeLog exist.
touch ChangeLog || return 1
- devel/import-ecc-from-nettle.sh
devel/import-from-nettle.sh
devel/import-minitasn1.sh
}