X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=FAQ;h=bb2f21595deb04568ef1f5bedf8b27140849798b;hb=bda2fa364d1002d2b5d4d500eb573cd5d9c02207;hp=48566d664676c0d59dfe9da72f145cb4c697d56f;hpb=26a60b2eb02ab12f4d7316c84d62a266ca6e0316;p=openssl.git diff --git a/FAQ b/FAQ index 48566d6646..bb2f21595d 100644 --- a/FAQ +++ b/FAQ @@ -45,6 +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"? [PROG] Questions about programming with OpenSSL @@ -67,7 +68,7 @@ OpenSSL - Frequently Asked Questions * Which is the current version of OpenSSL? The current version is available from . -OpenSSL 0.9.6h was released on December 5, 2002. +OpenSSL 0.9.7 was released on December 31, 2002. In addition to the current stable release, you can also access daily snapshots of the OpenSSL development version at . + +* 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 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 patch your assembler +according to . +For your convenience a pre-compiled replacement binary is provided at +. [PROG] ========================================================================