summaryrefslogtreecommitdiff
path: root/pkcs11/gkm
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2017-08-15 15:39:06 +0200
committerDaiki Ueno <dueno@src.gnome.org>2017-09-22 16:16:32 +0200
commitc1801a6fed293c6cc5981dd8f5384dfa9f74bdef (patch)
tree18d7c1637543e9e6a684df1055c001e642a107e7 /pkcs11/gkm
parentb957b6f3378ea9b556679bb5c3ba67cc5018f642 (diff)
downloadgnome-keyring-c1801a6fed293c6cc5981dd8f5384dfa9f74bdef.tar.gz
Missing check
Diffstat (limited to 'pkcs11/gkm')
-rw-r--r--pkcs11/gkm/test-data-asn1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkcs11/gkm/test-data-asn1.c b/pkcs11/gkm/test-data-asn1.c
index f5a4db47..59da5d4f 100644
--- a/pkcs11/gkm/test-data-asn1.c
+++ b/pkcs11/gkm/test-data-asn1.c
@@ -87,6 +87,7 @@ test_asn1_integers (Test *test, gconstpointer unused)
/* Write the mpi out */
ret = gkm_data_asn1_write_mpi (egg_asn1x_node (asn, "mpi", NULL), mpi);
+ g_assert ("couldn't write mpi to asn1" && ret);
/* Now encode the whole caboodle */
data = egg_asn1x_encode (asn, NULL);