aboutsummaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2002-12-18 09:42:51 +0000
committerAndy Polyakov <appro@openssl.org>2002-12-18 09:42:51 +0000
commit26a60b2eb02ab12f4d7316c84d62a266ca6e0316 (patch)
tree6597674abfd698ff98a76fb04df2a8249609abb6 /FAQ
parent07d09fdb66fbcb8f23a52c154a20d798d76d776b (diff)
downloadopenssl-26a60b2eb02ab12f4d7316c84d62a266ca6e0316.tar.gz
Better wording?
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ17
1 files changed, 9 insertions, 8 deletions
diff --git a/FAQ b/FAQ
index 96992c0fb7..48566d6646 100644
--- a/FAQ
+++ b/FAQ
@@ -44,7 +44,7 @@ OpenSSL - Frequently Asked Questions
* What is special about OpenSSL on Redhat?
* 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?
+* Why does the OpenSSL test suite fail in BN_sqr test [on a 64-bit platform]?
[PROG] Questions about programming with OpenSSL
@@ -553,15 +553,16 @@ libraries you just built.
Look in the file PROBLEMS for a more detailed explanation and for possible
solutions.
-* Why does the OpenSSL test suite fail in BN_sqr test?
+* Why does the OpenSSL test suite fail in BN_sqr test [on a 64-bit platform]?
Failure in BN_sqr test is most likely caused by a failure to configure the
-toolkit for current platform. Run ./config -t and ./apps/openssl version -p.
-Do these platform identifiers match? If they don't, then you most likely
-failed to run ./config and you're hereby advised to do so before filing a
-bug report. If it's ./config itself that fails to run, the it's most
-likely problem with your local environment and you should turn to your
-system administrator (or similar).
+toolkit for current platform or lack of support for the platform in question.
+Run './config -t' and './apps/openssl version -p'. Do these platform
+identifiers match? If they don't, then you most likely failed to run
+./config and you're hereby advised to do so before filing a bug report.
+If ./config itself fails to run, then it's most likely problem with your
+local environment and you should turn to your system administrator (or
+similar).
[PROG] ========================================================================