X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=test_sign.c;h=613329d43487c8ef44381c6df5e7e8cd7a55937e;hb=refs%2Fheads%2Ffix_ossl_15100;hp=983b63ef83cd11e05e4f06d4b353f63148f30d23;hpb=336c30e54ca42f54641ee06c9dce26ecd454b6ea;p=openssl-gost%2Fengine.git 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) {