Hello,
ср, 23 янв. 2019 г. в 00:45, Niels Möller nisse@lysator.liu.se:
nisse@lysator.liu.se (Niels Möller) writes:
That said, I'm about to delete nettle-stdint.h, and require that the compiler supplies a <stdint.h> (as was discussed quite a while ago).
I've now merged changes to do that to the master-updates branch. It breaks the gnutls build, see https://gitlab.com/gnutls/nettle/-/jobs/149522724,
In file included from gost/gost28147.c:40: gost/nettle-write.h:40:10: fatal error: nettle/nettle-stdint.h: No such file or directory #include <nettle/nettle-stdint.h> ^~~~~~~~~~~~~~~~~~~~~~~~
This file needs just uint8_t/uint64_t, so it might be easier to fix gnutls to just include <stdint.h> there. I'll open a MR.