summaryrefslogtreecommitdiffstats
path: root/src/tests/ocsp_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/ocsp_test.c')
-rw-r--r--src/tests/ocsp_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/ocsp_test.c b/src/tests/ocsp_test.c
index c6d45859..a3349346 100644
--- a/src/tests/ocsp_test.c
+++ b/src/tests/ocsp_test.c
@@ -110,7 +110,7 @@ static void ocsp_prepare_test ( struct ocsp_test *test ) {
x509_invalidate ( cert );
/* Force-validate issuer certificate */
- issuer->valid = 1;
+ issuer->flags |= X509_FL_VALIDATED;
issuer->path_remaining = ( issuer->extensions.basic.path_len + 1 );
}