aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test_sign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_sign.c b/test_sign.c
index 983b63e..613329d 100644
--- a/test_sign.c
+++ b/test_sign.c
@@ -177,7 +177,7 @@ static int test_sign(struct test_sign *t)
fflush(stdout);
pkey = NULL;
OSSL_STORE_CTX *cts;
- T(cts = OSSL_STORE_attach(bp, "file", NULL, NULL, NULL, NULL, NULL, NULL));
+ T(cts = OSSL_STORE_attach(bp, "file", NULL, NULL, NULL, NULL, NULL, NULL, NULL));
for (;;) {
OSSL_STORE_INFO *info = OSSL_STORE_load(cts);
if (!info) {