提交 e0b2073f 编写于 作者: A Andy Polyakov

BN_sqr test failure entry.

上级 123e5dfc
...@@ -44,6 +44,7 @@ OpenSSL - Frequently Asked Questions ...@@ -44,6 +44,7 @@ OpenSSL - Frequently Asked Questions
* What is special about OpenSSL on Redhat? * What is special about OpenSSL on Redhat?
* Why does the OpenSSL compilation fail on MacOS X? * 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 on MacOS X?
* Why does the OpenSSL test suite fail in BN_sqr test?
[PROG] Questions about programming with OpenSSL [PROG] Questions about programming with OpenSSL
...@@ -552,6 +553,16 @@ libraries you just built. ...@@ -552,6 +553,16 @@ libraries you just built.
Look in the file PROBLEMS for a more detailed explanation and for possible Look in the file PROBLEMS for a more detailed explanation and for possible
solutions. solutions.
* Why does the OpenSSL test suite fail in BN_sqr test?
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).
[PROG] ======================================================================== [PROG] ========================================================================
* Is OpenSSL thread-safe? * Is OpenSSL thread-safe?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册