[gmime] Removed debug output from test-pkcs7.c
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] Removed debug output from test-pkcs7.c
- Date: Fri, 10 Mar 2017 15:18:59 +0000 (UTC)
commit 49516e490cdcc9a06082e36d65c3892d9cd86c11
Author: Jeffrey Stedfast <fejj gnome org>
Date: Fri Mar 10 09:39:19 2017 -0500
Removed debug output from test-pkcs7.c
tests/test-pkcs7.c | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/tests/test-pkcs7.c b/tests/test-pkcs7.c
index 467dcf7..475d20a 100644
--- a/tests/test-pkcs7.c
+++ b/tests/test-pkcs7.c
@@ -86,11 +86,6 @@ test_sign (GMimeCryptoContext *ctx, gboolean detached, GMimeStream *cleartext, G
g_error_free (err);
throw (ex);
}
-
- v(fprintf (stderr, "signature (%s):\n%.*s\n",
- g_mime_crypto_context_digest_name (ctx, rv),
- GMIME_STREAM_MEM (ciphertext)->buffer->len,
- GMIME_STREAM_MEM (ciphertext)->buffer->data));
}
static void
@@ -186,10 +181,6 @@ test_encrypt (GMimeCryptoContext *ctx, GMimeStream *cleartext, GMimeStream *ciph
g_error_free (err);
throw (ex);
}
-
- v(fprintf (stderr, "ciphertext:\n%.*s\n",
- GMIME_STREAM_MEM (ciphertext)->buffer->len,
- GMIME_STREAM_MEM (ciphertext)->buffer->data));
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]