summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2020-04-26 19:26:48 +0200
committerDaiki Ueno <ueno@gnu.org>2020-05-04 14:26:13 +0200
commitde52bcc82e672f188e6d763cf95436738154f481 (patch)
treeef8a1d6c6f6bf261cadc6468fe07df8fc63f08ed /bootstrap.conf
parent108a0b233bea58b8fd3f624eba81f77304879b87 (diff)
downloadgnutls-de52bcc82e672f188e6d763cf95436738154f481.tar.gz
nettle: rename import-chacha-from-nettle.sh to import-from-nettle.sh
This script will handle other backports except ECC as well. Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 04e670ddeb..3693846aaf 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -103,5 +103,5 @@ bootstrap_post_import_hook ()
touch ChangeLog || return 1
devel/import-ecc-from-nettle.sh
- devel/import-chacha-from-nettle.sh
+ devel/import-from-nettle.sh
}