Fix compile issues in test/v3ext.c with no-rfc3779
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 17 Jun 2022 08:25:24 +0000 (10:25 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 5 Jul 2022 06:03:58 +0000 (08:03 +0200)
commit4c1cf6d39bb8e85658ac8c743dcff8ede730f76a
tree1b97820e971effa19e16ce344f8f09c01b03529c
parent882573246695088d65956355ca6c954642dcac31
Fix compile issues in test/v3ext.c with no-rfc3779

There are no ASIdentifiers if OPENSSL_NO_RFC3779 is defined,
therefore the test cannot be compiled.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18634)

(cherry picked from commit b76efe61ea9710a8f69e1cb8caf1aeb2ba6f1ebe)
(cherry picked from commit 665ab12ed3f0d78e7cb6a55cdd2b83a2fe150232)
test/v3ext.c