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