diff options
author | Daiki Ueno <dueno@redhat.com> | 2020-03-13 17:24:26 +0100 |
---|---|---|
committer | Daiki Ueno <dueno@redhat.com> | 2020-03-19 09:28:30 +0100 |
commit | 252a4dd5090083ede6d8fdecbd2241b2b8a001b5 (patch) | |
tree | cf54b8b043fcaf80ca3c1dc325a802e17979a798 /.gitignore | |
parent | 3462a7fc813da9576f8dda41a81b86ca03b99344 (diff) | |
download | gnutls-252a4dd5090083ede6d8fdecbd2241b2b8a001b5.tar.gz |
nettle: vendor in ChaCha20 implementation from nettle
This enables to use bundled ChaCha20 implementation if the system
nettle doesn't have nettle_chacha_set_counter.
Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index de27a2fc9a..7c397c517c 100644 --- a/.gitignore +++ b/.gitignore @@ -232,6 +232,7 @@ lib/minitasn1/Makefile lib/minitasn1/Makefile.in lib/nettle/libcrypto.la lib/nettle/curve448 +lib/nettle/chacha lib/opencdk/libminiopencdk.la lib/opencdk/Makefile lib/opencdk/Makefile.in |