[gnutls-devel] GnuTLS | gl/memxor.[ch] needed ? (#605)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Fri Nov 2 20:33:25 CET 2018


New Issue was created.

Issue 605: https://gitlab.com/gnutls/gnutls/issues/605
Author:    Tim Rühsen
Assignee:  

We do not use the gnulib module 'memxor', but I see in `gnutls_int.h`:
```
#ifdef HAVE_LIBNETTLE
#include <nettle/memxor.h>
#else
#include <gl/memxor.h>
#define memxor gl_memxor
#endif
```

Either this code is obsolete or we should include memxor in bootstrap.conf. BTW, in `lib/nettle/rnd-fips.c` we include nettle/memxor.h unconditionally. Is it even possible to build gnutls without nettle ?

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/605
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20181102/eefed148/attachment.html>


More information about the Gnutls-devel mailing list