diff options
author | Rich Salz <rsalz@akamai.com> | 2014-08-09 14:02:20 +0200 |
---|---|---|
committer | Rich Salz <rsalz@akamai.com> | 2014-08-09 14:02:20 +0200 |
commit | f642ebc1e2dca34bc2b3c46796c131e1f5077bee (patch) | |
tree | a8f54bb26068ebd4bf5a1ef4684ab98758cebc4f /crypto/perlasm/x86asm.pl | |
parent | RT 1988: Add "const" to SSL_use_RSAPrivateKey_ASN1 (diff) | |
download | openssl-f642ebc1e2dca34bc2b3c46796c131e1f5077bee.tar.xz openssl-f642ebc1e2dca34bc2b3c46796c131e1f5077bee.zip |
Undo a90081576c94f9f54de1755188a00ccc1760549a
Undo unapproved commit that removed DJGPP and WATT32
Diffstat (limited to 'crypto/perlasm/x86asm.pl')
-rw-r--r-- | crypto/perlasm/x86asm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/perlasm/x86asm.pl b/crypto/perlasm/x86asm.pl index 6cf80546d2..cae156ae63 100644 --- a/crypto/perlasm/x86asm.pl +++ b/crypto/perlasm/x86asm.pl @@ -277,7 +277,7 @@ sub ::asm_init { print STDERR <<"EOF"; Pick one target type from elf - Linux, FreeBSD, Solaris x86, etc. - a.out - elder OpenBSD, etc. + a.out - DJGPP, elder OpenBSD, etc. coff - GAS/COFF such as Win32 targets win32n - Windows 95/Windows NT NASM format nw-nasm - NetWare NASM format |