aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asn1/pkcs12/packet-pkcs12-template.c2
-rw-r--r--epan/dissectors/packet-pkcs12.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/asn1/pkcs12/packet-pkcs12-template.c b/asn1/pkcs12/packet-pkcs12-template.c
index c42983f077..9b320690bf 100644
--- a/asn1/pkcs12/packet-pkcs12-template.c
+++ b/asn1/pkcs12/packet-pkcs12-template.c
@@ -207,7 +207,7 @@ generate_key_or_iv(unsigned int id, tvbuff_t *salt_tvb, unsigned int iter,
#endif
-void PBE_reset_parameters()
+void PBE_reset_parameters(void)
{
iteration_count = 0;
salt = NULL;
diff --git a/epan/dissectors/packet-pkcs12.c b/epan/dissectors/packet-pkcs12.c
index 10335b422a..07d9edaee6 100644
--- a/epan/dissectors/packet-pkcs12.c
+++ b/epan/dissectors/packet-pkcs12.c
@@ -299,7 +299,7 @@ generate_key_or_iv(unsigned int id, tvbuff_t *salt_tvb, unsigned int iter,
#endif
-void PBE_reset_parameters()
+void PBE_reset_parameters(void)
{
iteration_count = 0;
salt = NULL;