Skip to content

Commit

Permalink
PROV: Fix MSBLOB / PVK deserializer
Browse files Browse the repository at this point in the history
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from openssl#12601)
  • Loading branch information
levitte authored and Sam Wenker committed Sep 1, 2020
1 parent b1498d4 commit 87ba5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/implementations/serializers/deserialize_ms2key.c
Expand Up @@ -77,7 +77,7 @@ static void ms2key_freectx(void *vctx)
OPENSSL_free(ctx);
}

static const OSSL_PARAM *ms2key_gettable_params(void)
static const OSSL_PARAM *ms2key_gettable_params(ossl_unused void *provctx)
{
static const OSSL_PARAM gettables[] = {
{ OSSL_DESERIALIZER_PARAM_INPUT_TYPE, OSSL_PARAM_UTF8_PTR, NULL, 0, 0 },
Expand Down

0 comments on commit 87ba5ce

Please sign in to comment.