Build Error with 1.1.1p and 3.0.4
Jay Foster
jayf0ster at roadrunner.com
Tue Jun 21 23:56:29 UTC 2022
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.
Jay
More information about the openssl-users
mailing list