CORE: Fix the signature of OSSL_provider_query_operation_fn
authorRichard Levitte <levitte@openssl.org>
Sat, 9 May 2020 07:59:05 +0000 (09:59 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 12 May 2020 09:32:12 +0000 (11:32 +0200)
commitb0f3c594083b22f082057719f7bb1aa575e7d5a1
treea7d24084d8e25dcde9b3ecef960b8d35ac608c5f
parentb2952366dd0248bf35c83e1736cd203033a22378
CORE: Fix the signature of OSSL_provider_query_operation_fn

For some reason, the 'no_cache' parameter was declare 'const', when
it's in fact supposed to be modifiable.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11777)
include/openssl/core_numbers.h