forked from osmocom/wireshark
include the wsutil/wsgcrypt.h instead of including gcrypt.h directly
svn path=/trunk/; revision=47802daniel/osmux
parent
7126d3a56b
commit
38a73a32f3
|
@ -46,7 +46,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_LIBGCRYPT
|
||||
#include <gcrypt.h>
|
||||
#include <wsutil/wsgcrypt.h>
|
||||
#endif
|
||||
|
||||
#define PNAME "PKCS#12: Personal Information Exchange"
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
|
||||
|
||||
#ifdef HAVE_LIBGCRYPT
|
||||
#include <gcrypt.h>
|
||||
#include <wsutil/wsgcrypt.h>
|
||||
#endif
|
||||
|
||||
/* Take a pointer that may be null and return a pointer that's not null
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
#include <wsutil/privileges.h>
|
||||
|
||||
#ifdef HAVE_LIBGCRYPT
|
||||
#include <gcrypt.h>
|
||||
#include <wsutil/wsgcrypt.h>
|
||||
#include <wsutil/file_util.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifdef HAVE_LIBGCRYPT
|
||||
#include <string.h>
|
||||
/* Use libgcrypt for cipher libraries. */
|
||||
#include <gcrypt.h>
|
||||
#include <wsutil/wsgcrypt.h>
|
||||
#include "eax.h"
|
||||
|
||||
typedef struct {
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
#include "packet-ber.h"
|
||||
|
||||
#ifdef HAVE_LIBGCRYPT
|
||||
#include <gcrypt.h>
|
||||
#include <wsutil/wsgcrypt.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
|
||||
/* Use libgcrypt for cipher libraries. */
|
||||
#ifdef HAVE_LIBGCRYPT
|
||||
#include <gcrypt.h>
|
||||
#include <wsutil/wsgcrypt.h>
|
||||
#endif /* HAVE_LIBGCRYPT */
|
||||
|
||||
#include "packet-ieee802154.h"
|
||||
|
|
|
@ -88,7 +88,7 @@ ADD: Additional generic (non-checked) ICV length of 128, 192 and 256.
|
|||
/* If you want to be able to decrypt or Check Authentication of ESP packets you MUST define this : */
|
||||
#ifdef HAVE_LIBGCRYPT
|
||||
#include <epan/uat.h>
|
||||
#include <gcrypt.h>
|
||||
#include <wsutil/wsgcrypt.h>
|
||||
#endif /* HAVE_LIBGCRYPT */
|
||||
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
#include <epan/expert.h>
|
||||
|
||||
#ifdef HAVE_LIBGCRYPT
|
||||
#include <gcrypt.h>
|
||||
#include <wsutil/wsgcrypt.h>
|
||||
#include <epan/strutil.h>
|
||||
#include <epan/uat.h>
|
||||
#endif
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_LIBGCRYPT
|
||||
#include <gcrypt.h>
|
||||
#include <wsutil/wsgcrypt.h>
|
||||
#endif
|
||||
|
||||
#define PNAME "PKCS#12: Personal Information Exchange"
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#include <glib.h>
|
||||
/* Use libgcrypt for cipher libraries. */
|
||||
#ifdef HAVE_LIBGCRYPT
|
||||
#include <gcrypt.h>
|
||||
#include <wsutil/wsgcrypt.h>
|
||||
#endif /* HAVE_LIBGCRYPT */
|
||||
|
||||
static char smb_header_label[] = "SMB2 Header";
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
|
||||
|
||||
#ifdef HAVE_LIBGCRYPT
|
||||
#include <gcrypt.h>
|
||||
#include <wsutil/wsgcrypt.h>
|
||||
#endif
|
||||
|
||||
/* Take a pointer that may be null and return a pointer that's not null
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include <epan/emem.h>
|
||||
|
||||
#ifdef HAVE_LIBGNUTLS
|
||||
#include <gcrypt.h>
|
||||
#include <wsutil/wsgcrypt.h>
|
||||
#include <gnutls/x509.h>
|
||||
#include <gnutls/pkcs12.h>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
* we can do is parse the security header and give up.
|
||||
*/
|
||||
#ifdef HAVE_LIBGCRYPT
|
||||
#include <gcrypt.h>
|
||||
#include <wsutil/wsgcrypt.h>
|
||||
#endif /* HAVE_LIBGCRYPT */
|
||||
|
||||
#include "packet-ieee802154.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_LIBGCRYPT
|
||||
#include <gcrypt.h>
|
||||
#include <wsutil/wsgcrypt.h>
|
||||
#endif /* HAVE_LIBGCRYPT */
|
||||
|
||||
#ifdef HAVE_LIBGNUTLS
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_LIBGCRYPT
|
||||
#include <gcrypt.h>
|
||||
#include <wsutil/wsgcrypt.h>
|
||||
|
||||
/* md5 /sha abstraction layer */
|
||||
#define SHA_CTX gcry_md_hd_t
|
||||
|
|
Loading…
Reference in New Issue