diff options
| -rw-r--r-- | src/util/test_helper_cs.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/util/test_helper_cs.c b/src/util/test_helper_cs.c index d5a0b51e..41d363fd 100644 --- a/src/util/test_helper_cs.c +++ b/src/util/test_helper_cs.c @@ -601,8 +601,8 @@ run_test (void)             num_keys);    ret = 0;    // TODO: implement other tests -  // if (0 == ret) -  //   ret = test_revocation (dh); +  if (0 == ret) +    ret = test_revocation (dh);    // if (0 == ret)    //   ret = test_signing (dh);    // if (0 == ret) | 
