]> git.ipfire.org Git - thirdparty/openssl.git/commit
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)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Thu, 23 Jun 2022 17:24:57 +0000 (19:24 +0200)
commitb76efe61ea9710a8f69e1cb8caf1aeb2ba6f1ebe
treeb77c3e7df842563c020358fb203c2c55bf2f323a
parenta09adac311975afcb5ad099b2e1cfc7eb1e72865
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)
test/v3ext.c