From 1b684f3f906bc81154ca1d5af7d6bc60199f1f9c Mon Sep 17 00:00:00 2001
From: Dmitry Belyavskiy <beldmit@gmail.com>
Date: Fri, 30 Apr 2021 18:38:48 +0200
Subject: [PATCH] Update to be compatible with openssl#15100

---
 test_sign.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) {
-- 
2.39.5