aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/smime/pkcs7.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/tests/smime/pkcs7.c')
-rw-r--r--camel/tests/smime/pkcs7.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/tests/smime/pkcs7.c b/camel/tests/smime/pkcs7.c
index 2248d8656d..baedd36c8c 100644
--- a/camel/tests/smime/pkcs7.c
+++ b/camel/tests/smime/pkcs7.c
@@ -27,7 +27,7 @@ typedef struct _CamelTestSessionClass {
static char *get_password (CamelSession *session, const char *prompt,
- gboolean secret, CamelService *service,
+ guint32 flags, CamelService *service,
const char *item, CamelException *ex);
static void
@@ -67,7 +67,7 @@ camel_test_session_get_type (void)
}
static char *
-get_password (CamelSession *session, const char *prompt, gboolean secret,
+get_password (CamelSession *session, const char *prompt, guint32 flags,
CamelService *service, const char *item, CamelException *ex)
{
return g_strdup ("S/MIME v3 is rfc263x, now go and read them.");