On Wed, Jul 13, 2011 at 12:03:06PM -0600, Stephen Fisher wrote: > This is happening simply by including gcrypt.h, so I e-mailed the > gcrypt-devel mailing list and am awaiting a response:
Since we compile with -Werror, a workaround to fix Wireshark compilation is to add "#define _GCRYPT_IN_LIBGCRYPT 1 " before every include of gcrypt.h to convince the macros in gcrypt.h that it's being compiled with libgcrypt and that "using" deprecated functions is ok. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
