summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/nettle/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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