Results 2 comments of Vitor Pereira

pycparser chokes on line 205 of the `safestack.h` file: `SKM_DEFINE_STACK_OF_INTERNAL(OPENSSL_STRING, char, char)` where ``` # define SKM_DEFINE_STACK_OF_INTERNAL(t1, t2, t3) \ STACK_OF(t1); \ typedef int (*sk_##t1##_compfunc)(const t3 * const *a, const...