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:43:52 +0000 (23:43 +0100)
commit4db296d9f0cf2855b358883a55b77a6b6f6848ba
tree2581ec525528219bef5199f06dd146980a7eface
parente401389a0cc8ce807aa52e30cf5aba080a62b2df
Make X509_VERIFY_PARAM_get_hostflags() take a const arg

Commit 5b748dea5 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/6154)
crypto/x509/x509_vpm.c
doc/man3/X509_VERIFY_PARAM_set_flags.pod
include/openssl/x509_vfy.h