mirror of https://github.com/openssl/openssl.git
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:
parent
90ef39f43a
commit
4df0d37ff6
|
|
@ -77,7 +77,7 @@ static void ms2key_freectx(void *vctx)
|
||||||
OPENSSL_free(ctx);
|
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[] = {
|
static const OSSL_PARAM gettables[] = {
|
||||||
{ OSSL_DESERIALIZER_PARAM_INPUT_TYPE, OSSL_PARAM_UTF8_PTR, NULL, 0, 0 },
|
{ OSSL_DESERIALIZER_PARAM_INPUT_TYPE, OSSL_PARAM_UTF8_PTR, NULL, 0, 0 },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue