fips-20260721: Bump BORINGSSL_API_VERSION We forgot to do this in https://boringssl-review.googlesource.com/c/boringssl/+/99327, when SSL_set_reject_unusable_ech_config was introduced. (cherry picked from commit 6a5f579a231fb4deea39c8474924d6e20c1213bb) Bug: 542983348, b:450001346 Change-Id: I4d382dda3d534b5655ea165a9089114ae45c60dd Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/100948 Reviewed-by: David Benjamin <davidben@google.com>
diff --git a/include/openssl/base.h b/include/openssl/base.h index 82d5a84..fec3237 100644 --- a/include/openssl/base.h +++ b/include/openssl/base.h
@@ -73,7 +73,7 @@ // A consumer may use this symbol in the preprocessor to temporarily build // against multiple revisions of BoringSSL at the same time. It is not // recommended to do so for longer than is necessary. -#define BORINGSSL_API_VERSION 42 +#define BORINGSSL_API_VERSION 43 #if defined(BORINGSSL_SHARED_LIBRARY)