]> granicus.if.org Git - p11-kit/commitdiff
trust: Fix trust tests on 32-bit builds
authorStef Walter <stefw@gnome.org>
Mon, 18 Mar 2013 22:16:42 +0000 (23:16 +0100)
committerStef Walter <stefw@gnome.org>
Mon, 18 Mar 2013 22:16:42 +0000 (23:16 +0100)
trust/tests/test-persist.c

index d3bd117a06947855736d7071eebe8e6952bf00a9..b9a79e9fa85c87557056611b537560f4906865de 100644 (file)
@@ -159,10 +159,10 @@ test_number (CuTest *tc)
 {
        const char *input = "[p11-kit-object-v1]\n"
                            "class: data\n"
-                           "value: 29202390239\n"
+                           "value: 29202390\n"
                            "application: \"test-persist\"\n";
 
-       CK_ULONG value = 29202390239;
+       CK_ULONG value = 29202390;
 
        CK_ATTRIBUTE expected[] = {
                { CKA_CLASS, &data, sizeof (data) },