openssl/include
André Klitzing 15e5b96933 Fix drop of const qualifier
The parameter got "const" in 9fdcc21fdc but that was not added
to cast. So this throws a -Wcast-qual in user code.

error: cast from 'const DUMMY *' to 'ASN1_VALUE_st *' drops const qualifier [-Werror,-Wcast-qual]

CLA: trivial

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11210)
2020-02-29 23:44:39 +01:00
..
crypto EVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY upgrades 2020-02-29 05:39:43 +01:00
internal Don't exclude quite so much in a no-sock build 2020-02-21 21:41:56 +01:00
openssl Fix drop of const qualifier 2020-02-29 23:44:39 +01:00