summaryrefslogtreecommitdiff
path: root/deps/openssl/asm/x86-win32-masm/rc5/rc5-586.asm
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/asm/x86-win32-masm/rc5/rc5-586.asm')
-rw-r--r--deps/openssl/asm/x86-win32-masm/rc5/rc5-586.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/openssl/asm/x86-win32-masm/rc5/rc5-586.asm b/deps/openssl/asm/x86-win32-masm/rc5/rc5-586.asm
index e699d9173f..7ce74110e2 100644
--- a/deps/openssl/asm/x86-win32-masm/rc5/rc5-586.asm
+++ b/deps/openssl/asm/x86-win32-masm/rc5/rc5-586.asm
@@ -2,7 +2,7 @@ TITLE rc5-586.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