summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2020-04-28 13:59:15 +0300
committerDmitry Baryshkov <dbaryshkov@gmail.com>2020-04-28 14:18:59 +0300
commit367600b82bac81b39fce7e20879c10b06701e851 (patch)
tree15c04aa6e5cfa1e6750b8eacd1516ee43c7715e2
parent7c0c1e7772a190fd601bdc033952b19864abc242 (diff)
downloadgnutls-367600b82bac81b39fce7e20879c10b06701e851.tar.gz
nettle: update imported source to nettle 3.6rc3
Update imported nettle version to 3.6rc3. This will bring in updated gmp-glue code and a possiblity to use gostdsa-vko imported from nettle sources. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
-rwxr-xr-xdevel/import-chacha-from-nettle.sh1
m---------devel/nettle0
-rw-r--r--lib/nettle/Makefile.am3
3 files changed, 3 insertions, 1 deletions
diff --git a/devel/import-chacha-from-nettle.sh b/devel/import-chacha-from-nettle.sh
index 29ba8b9fa0..4b686df765 100755
--- a/devel/import-chacha-from-nettle.sh
+++ b/devel/import-chacha-from-nettle.sh
@@ -19,6 +19,7 @@ chacha-set-key.c
chacha-set-nonce.c
chacha.h
poly1305-internal.c
+poly1305-internal.h
poly1305.h
"
diff --git a/devel/nettle b/devel/nettle
-Subproject dedba6ff09f78b96dbc5a2b3a13fb8825f438d3
+Subproject 228ae2618cfeb84b8d4b189cc428fc55fac462e
diff --git a/lib/nettle/Makefile.am b/lib/nettle/Makefile.am
index c3cb7b7d9b..94aab0262e 100644
--- a/lib/nettle/Makefile.am
+++ b/lib/nettle/Makefile.am
@@ -175,5 +175,6 @@ libcrypto_la_SOURCES += \
chacha/chacha-internal.h chacha/chacha-poly1305.c \
chacha/chacha-poly1305.h chacha/chacha-set-key.c \
chacha/chacha-set-nonce.c chacha/chacha.h \
- chacha/poly1305.h chacha/poly1305-internal.c
+ chacha/poly1305.h chacha/poly1305-internal.c \
+ chacha/poly1305-internal.h
endif