PROV: Fix MSBLOB / PVK deserializer

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12601)
This commit is contained in:
Richard Levitte 2020-08-07 04:44:06 +02:00
parent 90ef39f43a
commit 4df0d37ff6

View File

@ -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 },