Jay
I am trying to build the 1.1.1p and 3.0.4 versions of OpenSSL. Each
version now fails in the same place (test/v3ext.c). The error is about
undefined ASIdentifiers, etc. in the newly added test_asid() function.
It looks like the newly added test_asid() function needs an '#ifndef
OPENSSL_NO_RFC3779' conditional around it. The undefined types are
defined within a '#ifndef OPENSSL_NO_RFC3779' conditional, so any
application using them must also be.