[gmime] Fixed test-pkcs7 to build
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] Fixed test-pkcs7 to build
- Date: Wed, 8 Mar 2017 13:34:35 +0000 (UTC)
commit 6313d15f13a9c14202b096113392734ef041ffcb
Author: Jeffrey Stedfast <fejj gnome org>
Date: Sun Feb 26 08:21:27 2017 -0500
Fixed test-pkcs7 to build
tests/test-pkcs7.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/tests/test-pkcs7.c b/tests/test-pkcs7.c
index a23d20b..f58a101 100644
--- a/tests/test-pkcs7.c
+++ b/tests/test-pkcs7.c
@@ -128,8 +128,7 @@ test_verify (GMimeCryptoContext *ctx, GMimeStream *cleartext, GMimeStream *ciphe
stream = g_mime_stream_mem_new ();
- signatures = g_mime_crypto_context_verify (ctx, 0, GMIME_DIGEST_ALGO_DEFAULT,
- ciphertext, NULL, stream, &err);
+ signatures = g_mime_crypto_context_verify (ctx, 0, ciphertext, NULL, stream, &err);
if (signatures == NULL) {
ex = exception_new ("%s", err->message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]