Change arg to cms_CompressedData_init_bio to be const
authorMatt Caswell <matt@openssl.org>
Thu, 7 Mar 2019 14:14:30 +0000 (14:14 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 8 Mar 2019 16:06:26 +0000 (16:06 +0000)
commit0fc4d00a00e5d25ce202e69414432a07c9e74502
tree7b6faf2de53786322d26cb3ab9f0866721126c5a
parentf0e4a860d0b350e10a1ee3898445cac85af8ea16
Change arg to cms_CompressedData_init_bio to be const

The argument to this function is declared const in the header file. However
the implementation did not have this. This issue is only visible when using
enable-zlib.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8433)
crypto/cms/cms_cd.c