summaryrefslogtreecommitdiff
path: root/src/p11-tests.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-12-09 15:35:13 +0000
committerStef Walter <stef@memberwebs.com>2008-12-09 15:35:13 +0000
commitd44882432b1534c8cfca3057ad59765a949adacc (patch)
tree8184895d6c4d40b4a36a8c92a4ccb7dc3f68f8e2 /src/p11-tests.c
parentc9099836f080c8bb821264050f5f6d59a1ceddba (diff)
Fixes for building on Windows, and some tweaks for testing the CAPI PKCS#11 module.
Diffstat (limited to 'src/p11-tests.c')
-rw-r--r--src/p11-tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p11-tests.c b/src/p11-tests.c
index e4e4110..0d54172 100644
--- a/src/p11-tests.c
+++ b/src/p11-tests.c
@@ -63,8 +63,8 @@ main(int argc, char* argv[])
p11t_slot_tests();
p11t_session_tests();
p11t_object_tests();
- p11t_rsa_tests();
p11t_certificate_tests();
+ p11t_rsa_tests();
/* Remaining module tests */
p11t_module_finalize();