Skip to content

Commit 4e97131

Browse files
Bump AWSLC_API_VERSION for X509_STORE_CTX_set_verify_crit_oids (#2426)
Bump the API version so that customers like s2n-tls can know that the feature for specific unknown X509 critical extensions are supported. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
1 parent d7ff626 commit 4e97131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/openssl/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ extern "C" {
114114
// A consumer may use this symbol in the preprocessor to temporarily build
115115
// against multiple revisions of BoringSSL at the same time. It is not
116116
// recommended to do so for longer than is necessary.
117-
#define AWSLC_API_VERSION 33
117+
#define AWSLC_API_VERSION 34
118118

119119
// This string tracks the most current production release version on Github
120120
// https://github.com/aws/aws-lc/releases.

0 commit comments

Comments
 (0)