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