Skip to content

Commit

Permalink
Bump config parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
torben-hansen committed Dec 4, 2023
1 parent d9439a9 commit ed630ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssl/ssl_transfer_asn1.cc
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ static int SSL3_STATE_from_bytes(SSL *ssl, CBS *cbs, const SSL_CTX *ctx) {

// SSL_CONFIG serialization.

static const unsigned kSSLConfigVersion = 1;
static const unsigned kSSLConfigVersion = 2;

static const unsigned kSSLConfigOcspStaplingEnabledTag =
CBS_ASN1_CONSTRUCTED | CBS_ASN1_CONTEXT_SPECIFIC | 0;
Expand Down

0 comments on commit ed630ee

Please sign in to comment.