]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Update to be compatible with openssl#15100 fix_ossl_15100
authorDmitry Belyavskiy <beldmit@gmail.com>
Fri, 30 Apr 2021 16:38:48 +0000 (18:38 +0200)
committerDmitry Belyavskiy <beldmit@gmail.com>
Fri, 30 Apr 2021 16:38:48 +0000 (18:38 +0200)
test_sign.c

index 983b63ef83cd11e05e4f06d4b353f63148f30d23..613329d43487c8ef44381c6df5e7e8cd7a55937e 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) {