summaryrefslogtreecommitdiff
path: root/deps/openssl/asm/x86-win32-masm/bn/x86.asm
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/asm/x86-win32-masm/bn/x86.asm')
-rw-r--r--deps/openssl/asm/x86-win32-masm/bn/x86.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/openssl/asm/x86-win32-masm/bn/x86.asm b/deps/openssl/asm/x86-win32-masm/bn/x86.asm
index 2e7a0d4aaf..d7051fa4e5 100644
--- a/deps/openssl/asm/x86-win32-masm/bn/x86.asm
+++ b/deps/openssl/asm/x86-win32-masm/bn/x86.asm
@@ -2,7 +2,7 @@ TITLE ../openssl/crypto/bn/asm/x86.asm
IF @Version LT 800
ECHO MASM version 8.00 or later is strongly recommended.
ENDIF
-.686
+.586
.MODEL FLAT
OPTION DOTNAME
IF @Version LT 800