Make X509_VERIFY_PARAM_get_hostflags() take a const arg
authorMatt Caswell <matt@openssl.org>
Wed, 2 May 2018 10:32:39 +0000 (11:32 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 2 May 2018 22:46:08 +0000 (23:46 +0100)
commit70ec1c96a7cdf8ee6a500535a71cf46e930fb2f3
tree655ba125eb64c25d7221336e7e6471d7403c5932
parent6f31c17af4ab75dd69858697b69617b2445df887
Make X509_VERIFY_PARAM_get_hostflags() take a const arg

Commit 14e55560 added this function which should have taken a const
argument.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6155)
crypto/x509/x509_vpm.c
doc/crypto/X509_VERIFY_PARAM_set_flags.pod
include/openssl/x509_vfy.h