Fix drop of const qualifier
authorAndré Klitzing <aklitzing@gmail.com>
Sat, 29 Feb 2020 22:40:29 +0000 (23:40 +0100)
committerAndré Klitzing <aklitzing@gmail.com>
Sat, 29 Feb 2020 22:44:39 +0000 (23:44 +0100)
commit15e5b96933e98fe3046ce4e881c42ee07e8fe255
tree6209a55a551ef688642892ad93c725ee12acb0ca
parente32c608e0733d5b295c9aa119153133413c5d744
Fix drop of const qualifier

The parameter got "const" in 9fdcc21fdc9 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)
include/openssl/asn1t.h