If HAVE_LIBGNUTLS isn't defined, don't build functions that are used

only if HAVE_LIBGNUTLS is defined.

svn path=/trunk/; revision=36878
This commit is contained in:
Guy Harris 2011-04-26 23:07:40 +00:00
parent c97679e264
commit b205288622
1 changed files with 2 additions and 0 deletions

View File

@ -4210,6 +4210,7 @@ ssl_looks_like_valid_pct_handshake(tvbuff_t *tvb, const guint32 offset,
/* UAT */
#ifdef HAVE_LIBGNUTLS
static void
ssldecrypt_free_cb(void* r)
{
@ -4250,6 +4251,7 @@ UAT_CSTRING_CB_DEF(sslkeylist_uats,port,ssldecrypt_assoc_t)
UAT_CSTRING_CB_DEF(sslkeylist_uats,protocol,ssldecrypt_assoc_t)
UAT_CSTRING_CB_DEF(sslkeylist_uats,keyfile,ssldecrypt_assoc_t)
UAT_CSTRING_CB_DEF(sslkeylist_uats,password,ssldecrypt_assoc_t)
#endif
/*********************************************************************
*