forked from openssl/openssl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
My English is definitely not good as my assembly skills:-) And it looks
like titles can't be multi-line (it doesn't look good on the FAQ web-page).
- Loading branch information
Andy Polyakov
committed
Dec 30, 2002
1 parent
d3f56a6
commit 1832f5e
Showing
1 changed file
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,8 +45,7 @@ OpenSSL - Frequently Asked Questions | |
* Why does the OpenSSL compilation fail on MacOS X? | ||
* Why does the OpenSSL test suite fail on MacOS X? | ||
* Why does the OpenSSL test suite fail in BN_sqr test [on a 64-bit platform]? | ||
* Why does OpenBSD-i386 build fail on des-586.s with "Unimplemented | ||
segment type"? | ||
* Why does OpenBSD-i386 build fail on des-586.s with "Unimplemented segment type"? | ||
|
||
[PROG] Questions about programming with OpenSSL | ||
|
||
|
@@ -572,15 +571,14 @@ C compiler you should be able to produce a working build by running | |
but the build should be operational. For further details turn to | ||
<[email protected]>. | ||
|
||
* Why does OpenBSD-i386 build fail on des-586.s with "Unimplemented | ||
segment type"? | ||
* Why does OpenBSD-i386 build fail on des-586.s with "Unimplemented segment type"? | ||
|
||
As of 0.9.7 assembler routines were overhauled for position independency | ||
of the machine code, which is essential for shared library support. Now | ||
for some reason OpenBSD is equipped with out-of-date GNU assembler which | ||
finds the new code offending. To work the problem around configure with | ||
As of 0.9.7 assembler routines were overhauled for position independence | ||
of the machine code, which is essential for shared library support. For | ||
some reason OpenBSD is equipped with an out-of-date GNU assembler which | ||
finds the new code offensive. To work around the problem, configure with | ||
no-asm (and sacrifice a great deal of performance) or upgrade /usr/bin/as. | ||
For your convenience a pre-compiled replacement binary is provided as | ||
For your convenience a pre-compiled replacement binary is provided at | ||
http://www.openssl.org/~appro/i386-openbsd3-as, which is compiled from | ||
binutils-2.8 released in 1997. | ||
|
||
|