Skip to content

Commit

Permalink
Update BoringSSL to 5298ef99bf2b2d77600b3bb74dd572027bf495be (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa authored Mar 17, 2020
1 parent 0473010 commit d67ac68
Show file tree
Hide file tree
Showing 17 changed files with 377 additions and 569 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Sources/CCryptoBoringSSL directory. The source repository is at
// https://boringssl.googlesource.com/boringssl.
//
// BoringSSL Commit: 6432bb46ab44731567ec923e6c8fc182f13d0070
// BoringSSL Commit: 5298ef99bf2b2d77600b3bb74dd572027bf495be

import PackageDescription

Expand Down
5 changes: 4 additions & 1 deletion Sources/CCryptoBoringSSL/crypto/err/err_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ OPENSSL_STATIC_ASSERT(ERR_LIB_DIGEST == 29, "library value changed");
OPENSSL_STATIC_ASSERT(ERR_LIB_CIPHER == 30, "library value changed");
OPENSSL_STATIC_ASSERT(ERR_LIB_HKDF == 31, "library value changed");
OPENSSL_STATIC_ASSERT(ERR_LIB_USER == 32, "library value changed");
OPENSSL_STATIC_ASSERT(ERR_NUM_LIBS == 33, "number of libraries changed");
OPENSSL_STATIC_ASSERT(ERR_LIB_TRUST_TOKEN == 33, "library value changed");
OPENSSL_STATIC_ASSERT(ERR_NUM_LIBS == 34, "number of libraries changed");

const uint32_t kOpenSSLReasonValues[] = {
0xc32083a,
Expand Down Expand Up @@ -756,6 +757,8 @@ const uint32_t kOpenSSLReasonValues[] = {
0x783e0aa2,
0x783e8a54,
0x7c3211d7,
0x843213ed,
0x84328083,
};

const size_t kOpenSSLReasonValuesLen = sizeof(kOpenSSLReasonValues) / sizeof(kOpenSSLReasonValues[0]);
Expand Down
Loading

0 comments on commit d67ac68

Please sign in to comment.