Daiki Ueno started a new discussion on tests/client_dsa_key.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1850#note_1996755999 > #include "config.h" > #endif > > -#include <stdio.h> > #include <stdlib.h> > + > +#if !ENABLE_DSA I fail to see `AC_DEFINE` for `ENABLE_DSA`, which is required for this to work (also if it is defined conditionally, this should use `#ifdef` instead of `#if` to avoid `-Wundef` warning). -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1850#note_1996755999 You're receiving this email because of your account on gitlab.com.
_______________________________________________ Gnutls-devel mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnutls-devel
