diff options
Diffstat (limited to 'src/p11-tests.c')
-rw-r--r-- | src/p11-tests.c | 2 |
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(); |