Replace ASN1_STRING_data with ASN1_STRING_get0_data
authorJakub Zelenka <bukka@php.net>
Sun, 4 Jun 2017 17:08:51 +0000 (18:08 +0100)
committerJakub Zelenka <bukka@php.net>
Sun, 4 Jun 2017 17:08:51 +0000 (18:08 +0100)
commit3704947696fe0ee93e025fa85621d297ac7a1e4d
tree810f1cb565af321e717ed19988e8052fdecc531b
parent585c9f3c4b9a48f2d459ca305ace8b93c448c6d3
Replace ASN1_STRING_data with ASN1_STRING_get0_data

This is a slightly modified version of the patch from Jelle van der Waa
( @jelly ) so full credit to him.
ext/openssl/openssl.c