Skip to content

Commit ea491b8

Browse files
committed
tests/api.c: gate test_GENERAL_NAME_set0_othername() on OPENSSL_ALL, not OPENSSL_EXTRA, as it fails with --enable-all-crypto --enable-opensslextra, and is commented to require --enable-opensslall.
1 parent 3bbd00f commit ea491b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68600,7 +68600,7 @@ static int test_GENERAL_NAME_set0_othername(void) {
6860068600
/* Note the lack of wolfSSL_ prefix...this is a compatibility layer test. */
6860168601
static int test_othername_and_SID_ext(void) {
6860268602
EXPECT_DECLS;
68603-
#if defined(OPENSSL_EXTRA) && !defined(NO_CERTS) && \
68603+
#if defined(OPENSSL_ALL) && !defined(NO_CERTS) && \
6860468604
defined(WOLFSSL_CERT_GEN) && defined(WOLFSSL_CERT_REQ) && \
6860568605
defined(WOLFSSL_CUSTOM_OID) && defined(WOLFSSL_ALT_NAMES) && \
6860668606
defined(WOLFSSL_CERT_EXT) && !defined(NO_FILESYSTEM) && \

0 commit comments

Comments
 (0)