]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - test_sign.c
Update to be compatible with openssl#15100
[openssl-gost/engine.git] / test_sign.c
index d785b75b2dc49c5256a4e25584b7e3884bedea70..0322ac024d25de634000fca746b0eaba1fc8d907 100644 (file)
@@ -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) {