X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=test_sign.c;fp=test_sign.c;h=c76855c0d8bfec71058fb7a7706a9e7f69331b09;hb=b008f2a0ffa1797943c3d08c3b3eee31229a56d3;hp=4fca72b147c8dd8682adbe8278ae4242e3eac16b;hpb=46f03e48d740448336243d36ad042a64889ad5dc;p=openssl-gost%2Fengine.git diff --git a/test_sign.c b/test_sign.c index 4fca72b..c76855c 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, 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) {