diff options
author | Daiki Ueno <dueno@redhat.com> | 2019-04-21 21:13:30 +0200 |
---|---|---|
committer | Daiki Ueno <dueno@redhat.com> | 2020-01-23 06:50:34 +0100 |
commit | af5e42aba4294ce09a263573febe840e804cf1ed (patch) | |
tree | 84d3076ef9183981cc25a8499b111800d82d54b5 /.gitmodules | |
parent | 4023d63f0b2795c0c0447282c808671ae8503ac3 (diff) | |
download | gnutls-af5e42aba4294ce09a263573febe840e804cf1ed.tar.gz |
nettle: vendor in Curve448 and Ed448 implementation
Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index dd05bd67df..672f483a31 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "gnulib"] path = gnulib url = https://gitlab.com/libidn/gnulib-mirror.git +[submodule "devel/nettle"] + path = devel/nettle + url = https://gitlab.com/gnutls/nettle.git |