aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-01-04 13:26:45 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-01-04 13:26:45 +0000
commit8e6556a3ee3add87905dcc42ffa315c744eaa450 (patch)
treeeb678b7167c968ff8d8b5b00a455279de48d5ad6 /epan/dissectors/packet-ssl-utils.h
parentb9f69234ada4a9031830943880823525a0d751d4 (diff)
fix compilation without GnuTLS
svn path=/trunk/; revision=20305
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.h')
-rw-r--r--epan/dissectors/packet-ssl-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index a8279a53ac..5064d6a273 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -692,7 +692,7 @@ extern void
ssl_data_set(StringInfo* buf, const guchar* src, guint len);
extern gint
-ssl_cipher_setiv(gcry_cipher_hd_t *cipher,guchar* iv, gint iv_len);
+ssl_cipher_setiv(SSL_CIPHER_CTX *cipher, guchar* iv, gint iv_len);
/** Load an RSA private key from specified file
@param fp the file that contain the key data