diff options
author | Bodo Möller <bodo@openssl.org> | 1999-05-28 23:18:51 +0000 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-05-28 23:18:51 +0000 |
commit | 436a376bb048453990e19eb236ffff4ebfcd42ad (patch) | |
tree | c75eee2e686ab13aaac5e0ca043c6f18622043d8 /INSTALL | |
parent | 2e36cc41ef24b3f25a1524ba628f3ffbc2a10766 (diff) | |
download | openssl-new-436a376bb048453990e19eb236ffff4ebfcd42ad.tar.gz |
Some assembler-related clean-ups.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -119,6 +119,11 @@ Include the output of "./config -t" and the OpenSSL version number in your message. + [If you encounter assembler error messages, try the "no-asm" + configuration option as an immediate fix. Note that on Solaris x86 + (not on Sparcs!) you may have to install the GNU assembler to use + OpenSSL assembler code -- /usr/ccs/bin/as won't do.] + 3. After a successful build, the libraries should be tested. Run: $ make test |