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] gcrypt.h warnings: '...' is deprecated

From: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>
Date: Wed, 13 Jul 2011 14:38:43 -0600
On Wed, Jul 13, 2011 at 10:24:15PM +0200, Stig Bj�rlykke wrote:

> Do we use deprecated functions?

Not that I'm aware of: the libgcrypt 1.5.0 release notes 
(http://lists.gnupg.org/pipermail/gnupg-announce/2011q2/000307.html) 
state that use of the Alternative Public Key Interface (gcry_ac_*) 
functions will now print compile time warnings, but we don't use those 
according to a grep for that prefix in epan/dissectors/*.[ch]

I think it's just a case of them trying to use macros to print 
deprecation warnings that didn't work as intended.  I even get the 
warnings when I include gcrypt.h in a hello world program and it fails 
to compile if I add -Werror to it.