summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/PROBLEMS
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-08-10 01:40:00 +0000
committernectar <nectar@FreeBSD.org>2002-08-10 01:40:00 +0000
commitc48e8e3d25b5b1f6a1783f1e469b5aff8e6c8e29 (patch)
treef0fcf1d2bc9428ac2d27136f2ac0d4a06cf28b96 /crypto/openssl/PROBLEMS
parent2836f6786d79b0744c8ce9190e27eb4793579235 (diff)
downloadFreeBSD-src-c48e8e3d25b5b1f6a1783f1e469b5aff8e6c8e29.zip
FreeBSD-src-c48e8e3d25b5b1f6a1783f1e469b5aff8e6c8e29.tar.gz
Import of OpenSSL 0.9.6f.
Diffstat (limited to 'crypto/openssl/PROBLEMS')
-rw-r--r--crypto/openssl/PROBLEMS8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/openssl/PROBLEMS b/crypto/openssl/PROBLEMS
index f072449..7e6af8a 100644
--- a/crypto/openssl/PROBLEMS
+++ b/crypto/openssl/PROBLEMS
@@ -32,3 +32,11 @@ may differ on your machine.
As long as Apple doesn't fix the problem with ld, this problem building
OpenSSL will remain as is.
+
+* Parallell make leads to errors
+
+While running tests, running a parallell make is a bad idea. Many test
+scripts use the same name for output and input files, which means different
+will interfere with each other and lead to test failure.
+
+The solution is simple for now: don't run parallell make when testing.
OpenPOWER on IntegriCloud