Skip to content

Commit 3252f97

Browse files
committed
Exclude example program - containing main() - from boringssl vendoring.
1 parent e8d2b13 commit 3252f97

File tree

2 files changed

+1
-133
lines changed

2 files changed

+1
-133
lines changed

Sources/BoringSSL/crypto/ec/example_mul.c

Lines changed: 0 additions & 133 deletions
This file was deleted.

vendor-boringssl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ EXCLUDES=(
4949
'*_test.*'
5050
'test_*.*'
5151
'test'
52+
'example_*.c'
5253
)
5354

5455
for pattern in "${PATTERNS[@]}"

0 commit comments

Comments
 (0)