include placeholder cet.h for cpp

This commit is contained in:
Brent Cook
2024-02-25 18:12:24 -06:00
parent 500a1029e9
commit 950b5bc1fb
2 changed files with 14 additions and 1 deletions

View File

@@ -186,7 +186,7 @@ $CP crypto/compat/ui_openssl_win.c crypto/ui
$GREP -v OPENSSL_ia32cap_P $libcrypto_src/Symbols.list | $GREP '^[A-Za-z0-9_]' > crypto/crypto.sym
fixup_masm() {
cpp -I./crypto $1 \
cpp -I./crypto -I./include/compat $1 \
| sed -e 's/^#/;/' \
| sed -e 's/|/OR/g' \
| sed -e 's/~/NOT/g' \