summaryrefslogtreecommitdiff
path: root/pith/smime.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/smime.c')
-rw-r--r--pith/smime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/smime.c b/pith/smime.c
index e330d1c9..d0ee89a1 100644
--- a/pith/smime.c
+++ b/pith/smime.c
@@ -2968,7 +2968,7 @@ do_signature_verify(PKCS7 *p7, BIO *in, BIO *out, int silent)
*/
typedef struct smime_filter_s {
- void (*filter)();
+ void (*filter)(char **, unsigned long *, char **, unsigned long *);
} SMIME_FILTER_S;
SMIME_FILTER_S sig_filter[] = {