]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - test_sign.c
Bugfix - arguments order
[openssl-gost/engine.git] / test_sign.c
index 4fca72b147c8dd8682adbe8278ae4242e3eac16b..c76855c0d8bfec71058fb7a7706a9e7f69331b09 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, NULL, "file", NULL, NULL, NULL, NULL, NULL));
+    T(cts = OSSL_STORE_attach(bp, "file", NULL, NULL, NULL, NULL, NULL, NULL));
     for (;;) {
        OSSL_STORE_INFO *info = OSSL_STORE_load(cts);
        if (!info) {