aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-ssl-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ssl-utils.c b/epan/dissectors/packet-ssl-utils.c
index 160dd59e45..d25a694d98 100644
--- a/epan/dissectors/packet-ssl-utils.c
+++ b/epan/dissectors/packet-ssl-utils.c
@@ -2192,7 +2192,7 @@ ssl_load_key(FILE* fp)
}
Ssl_private_key_t *
-ssl_load_pkcs12(FILE* fp, const gchar *cert_passwd) {
+ssl_load_pkcs12(FILE* fp, const gchar *cert_passwd _U_) {
ssl_debug_printf("ssl_load_pkcs12: impossible without glutls. fp %p\n",fp);
return NULL;
}