aboutsummaryrefslogtreecommitdiff
path: root/test/verify_extra_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/verify_extra_test.c')
-rw-r--r--test/verify_extra_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/verify_extra_test.c b/test/verify_extra_test.c
index cbc6d8c..cc05bc2 100644
--- a/test/verify_extra_test.c
+++ b/test/verify_extra_test.c
@@ -122,7 +122,7 @@ static int test_alt_chains_cert_forgery(const char *roots_f,
i = X509_verify_cert(sctx);
- if(i == 0 && X509_STORE_CTX_get_error(sctx) == X509_V_ERR_INVALID_CA) {
+ if (i == 0 && X509_STORE_CTX_get_error(sctx) == X509_V_ERR_INVALID_CA) {
/* This is the result we were expecting: Test passed */
ret = 1;
}