Skip to content

Commit

Permalink
deps: fix openssl assembly error on ia32 win32
Browse files Browse the repository at this point in the history
  • Loading branch information
sxa committed Jun 12, 2015
1 parent 33d9832 commit ffc558e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/openssl/openssl/crypto/perlasm/x86masm.pl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ sub ::file
IF \@Version LT 800
ECHO MASM version 8.00 or later is strongly recommended.
ENDIF
.486
.686
.MODEL FLAT
OPTION DOTNAME
IF \@Version LT 800
Expand Down

0 comments on commit ffc558e

Please sign in to comment.