Re: [PATCH] Add support for reading/writing integers in Little Endian format

2018-06-17 Thread Dmitry Eremin-Solenikov
Hello, вс, 17 июн. 2018 г. в 20:47, Niels Möller : > > Dmitry Eremin-Solenikov writes: > > > Signed-off-by: Dmitry Eremin-Solenikov > > --- > > bignum.c| 35 +++ > > bignum.h| 17 + > > testsuite/bignum-test.c | 29

Re: nettle symbols: improve map files

2018-06-17 Thread Niels Möller
Nikos Mavrogiannopoulos writes: > I attach the current state. It does move all internal symbols into > multiple internal headers Makes sense to me. > The last > patch renames _nettle_md5_compress and _nettle_sha1_compress and > includes it into the exported list I think this makes sense too.

Re: [PATCH] Add support for reading/writing integers in Little Endian format

2018-06-17 Thread Niels Möller
Dmitry Eremin-Solenikov writes: > Signed-off-by: Dmitry Eremin-Solenikov > --- > bignum.c| 35 +++ > bignum.h| 17 + > testsuite/bignum-test.c | 29 + > 3 files changed, 81 insertions(+)

Re: Xcode/CLT 10+ Patch

2018-06-17 Thread Niels Möller
Dominyk Tiller writes: > With the obvious enough disclaimer that Xcode/CLT 10 are very much beta > releases at this point and will remain so for several months yet, I've > attached a diff to fix the only current build issue with the new > developer tools available for macOS 10.13/10.14. Thanks,