summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2019-01-30 21:58:34 +0300
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2019-01-30 21:59:20 +0300
commit5b5082675ef5567521526ea1d3c38185951e92be (patch)
treed27cf20dc4440474b9146bf2cad14f537b85bba7
parent5f7b10e632971cadf277208d3fde711c35868ccb (diff)
downloadgnutls-5b5082675ef5567521526ea1d3c38185951e92be.tar.gz
lib/nettle: replace nettle-stdint.h with just stdint.h
Nettle library is going to drop nettle-stdint.h. Replace this include with with just <stdint.h>. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-rw-r--r--lib/nettle/gost/nettle-write.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nettle/gost/nettle-write.h b/lib/nettle/gost/nettle-write.h
index c50c427200..ad645ef2ee 100644
--- a/lib/nettle/gost/nettle-write.h
+++ b/lib/nettle/gost/nettle-write.h
@@ -37,7 +37,7 @@
/* For size_t */
#include <stddef.h>
-#include <nettle/nettle-stdint.h>
+#include <stdint.h>
/* Write the word array at SRC to the byte array at DST, using little
endian (le) or big endian (be) byte order, and truncating the