Skip to content

Commit b027bb4

Browse files
authored
Merge branch 'main' into cb-remove-common-name
2 parents 041011d + 9852198 commit b027bb4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1560
-812
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import PackageDescription
2222
// Sources/CNIOBoringSSL directory. The source repository is at
2323
// https://boringssl.googlesource.com/boringssl.
2424
//
25-
// BoringSSL Commit: 1c58648f14ed75f2a8cc3ae08897987d97f493ec
25+
// BoringSSL Commit: 67818bea6690a230e2f42e8a588e0f54949bbbf1
2626

2727
let package = Package(
2828
name: "swift-nio-ssl",

Sources/CNIOBoringSSL/crypto/asn1/asn1_lib.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -424,12 +424,6 @@ int ASN1_STRING_length(const ASN1_STRING *x)
424424
return M_ASN1_STRING_length(x);
425425
}
426426

427-
void ASN1_STRING_length_set(ASN1_STRING *x, int len)
428-
{
429-
M_ASN1_STRING_length_set(x, len);
430-
return;
431-
}
432-
433427
int ASN1_STRING_type(const ASN1_STRING *x)
434428
{
435429
return M_ASN1_STRING_type(x);

0 commit comments

Comments
 (0)