Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] libgcrypt 1.5.0 compiler warnings

From: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Thu, 21 Feb 2013 10:34:23 -0800
On 2/21/13 12:47 AM, Martin Kaiser wrote:
> If that's too error-prone as people may include gcrypt.h elsewhere in
> the future and forget to add the pragmas, we could have a wrapper
> include file (epan/crypt/ws-libgcrypt.h ?) with the 4 lines above and
> include that instead of gcrypt.h.

Sounds good to me. I've been working around the issue with
CFLAGS="-D_GCRYPT_IN_LIBGCRYPT=1" but it would be nice if we could
compile out of the box.