diff options
author | Ulf Möller <ulf@openssl.org> | 1999-03-31 14:38:27 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-03-31 14:38:27 +0200 |
commit | 2613c1fa2f08814cd276800008b5a20c159ea7ff (patch) | |
tree | de5e7f25ed8fbfb65fad1a067234037e7db5b352 /crypto/bf/asm | |
parent | New option "-showcerts" for s_client (diff) | |
download | openssl-2613c1fa2f08814cd276800008b5a20c159ea7ff.tar.xz openssl-2613c1fa2f08814cd276800008b5a20c159ea7ff.zip |
New option to generate 80386 code.
Diffstat (limited to 'crypto/bf/asm')
-rw-r--r-- | crypto/bf/asm/bf-586.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bf/asm/bf-586.pl b/crypto/bf/asm/bf-586.pl index 252abb710d..b556642c94 100644 --- a/crypto/bf/asm/bf-586.pl +++ b/crypto/bf/asm/bf-586.pl @@ -4,7 +4,7 @@ push(@INC,"perlasm","../../perlasm"); require "x86asm.pl"; require "cbc.pl"; -&asm_init($ARGV[0],"bf-586.pl"); +&asm_init($ARGV[0],"bf-586.pl",$ARGV[$#ARGV] eq "386"); $BF_ROUNDS=16; $BF_OFF=($BF_ROUNDS+2)*4; |