Skip to content

Commit b8d6ead

Browse files
committed
s2n-bignum symbols are now prefixed
1 parent 05f8a25 commit b8d6ead

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build/collect_symbols.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if [[ ! -d "${AWS_LC_DIR}" ]]; then
5757
fi
5858

5959
function filter_symbols() {
60-
grep -E '^\w*$' | grep -v -E "^bignum_" | grep -v "curve25519_x25519" | grep -v "edwards25519_" | grep -v "p256_montjscalarmul"
60+
cat -
6161
}
6262

6363
function filter_nm_symbols() {

scripts/generate/_collect_symbols_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function cmake_build_options() {
2020
}
2121

2222
function filter_symbols() {
23-
grep -v "^_\?bignum_" | grep -v "_\?curve25519_x25519" | grep -v "_\?edwards25519_" | grep -v "_\?p256_montjscalarmul"
23+
cat -
2424
}
2525

2626
REPO_ROOT=$(git rev-parse --show-toplevel)

0 commit comments

Comments
 (0)