Hi All, we are upgrading our codebase to 1.1.1 from 1.0.2k.Here's a code snippet causing error :
ext = X509_get_ext(X509, n); data = ext->value->data; How do i get the data value from X509_EXTENSION object. since forward declarations are not allowed (compiler error) & i couldn't find a suitable 'getter' function. Can someone please help me out in resolving this issue.?? Thanks, Prudvi.