Remove HAVE_LIGHTY from the client_ca_names feature.

This commit is contained in:
David Garske
2025-06-20 11:23:53 -07:00
parent 4c6279c6c7
commit b98cf8882b
2 changed files with 4 additions and 7 deletions

View File

@@ -12186,8 +12186,7 @@ int wolfSSL_set_compression(WOLFSSL* ssl)
}
#endif
#if defined(OPENSSL_EXTRA) || defined(HAVE_LIGHTY)
#ifdef OPENSSL_EXTRA
#ifdef OPENSSL_EXTRA
/* registers client cert callback, called during handshake if server
requests client auth but user has not loaded client cert/key */
void wolfSSL_CTX_set_client_cert_cb(WOLFSSL_CTX *ctx, client_cert_cb cb)
@@ -12399,9 +12398,7 @@ int wolfSSL_set_compression(WOLFSSL* ssl)
}
return ret;
}
#endif /* OPENSSL_EXTRA */
#endif /* OPENSSL_EXTRA || HAVE_LIGHTY */
#endif /* OPENSSL_EXTRA */
#ifndef WOLFSSL_NO_CA_NAMES
WOLF_STACK_OF(WOLFSSL_X509_NAME)* wolfSSL_CTX_get_client_CA_list(