aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 3e6dc5d..b190ab8 100755
--- a/update.sh
+++ b/update.sh
@@ -184,7 +184,7 @@ $CP crypto/compat/ui_openssl_win.c crypto/ui
184$GREP -v OPENSSL_ia32cap_P $libcrypto_src/Symbols.list | $GREP '^[A-Za-z0-9_]' > crypto/crypto.sym 184$GREP -v OPENSSL_ia32cap_P $libcrypto_src/Symbols.list | $GREP '^[A-Za-z0-9_]' > crypto/crypto.sym
185 185
186fixup_masm() { 186fixup_masm() {
187 cpp -I./crypto -I./include/compat -D_MSC_VER $1 \ 187 cpp -I./crypto -I./include/compat -D_MSC_VER -U__CET__ $1 \
188 | sed -e 's/^#/;/' \ 188 | sed -e 's/^#/;/' \
189 | sed -e 's/|/OR/g' \ 189 | sed -e 's/|/OR/g' \
190 | sed -e 's/~/NOT/g' \ 190 | sed -e 's/~/NOT/g' \