aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkcs12
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-05-27 11:03:04 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-05-27 11:03:04 +0000
commit51864807b3b0509d8d62b1817a1f99c35b2ba686 (patch)
tree73006208af1465b00fe3a0a01d7b235d1716fed6 /asn1/pkcs12
parent21432aa5b00ef259bc413ac9e81958445657363c (diff)
Corrected "old-style function definition".
svn path=/trunk/; revision=37433
Diffstat (limited to 'asn1/pkcs12')
-rw-r--r--asn1/pkcs12/packet-pkcs12-template.c2
1 files changed, 1 insertions, 1 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;