http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28513
User: stig
Date: 2009/05/28 01:38 AM
Log:
From Tobias Witek (bug 3496):
The patch puts the function declarations for zbee_sec_ccm_decrypt() and
zbee_sec_key_hash() into a #ifdef HAVE_LIBGCRYPT guardian to avoid gcc from
complaining about functions that are declared as 'static' but never defined.
It additionally puts the function zbee_sec_make_nonce() (and its declaration)
into a #ifdef HAVE_LIBGCRYPT guardian to avoid gcc from complaining about a
defined but unused function, if libgcrypt is not used.
Directory: /trunk/epan/dissectors/
Changes Path Action
+6 -2 packet-zbee-security.c Modified