envoyproxy / envoy-openssl

Envoy OpenSSL extensions
Apache License 2.0
44 stars 39 forks source link

prefixer ignoring functions declared by nested macros #80

Closed tedjpoole closed 1 year ago

tedjpoole commented 1 year ago

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()

tedjpoole commented 1 year ago

Fixed by PR#81