envoyproxy/envoy-openssl

prefixer ignoring functions declared by nested macros

tedjpoole opened this issue · 1 comments

The prefixer is failing to identify some functions as being prefixable, so it's not generating the lookup, function pointer and wrapper function for them.

e.g. ASN1_IA5STRING_new()

Fixed by PR#81