[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Sun Jun 12 17:46:52 UTC 2016
The branch master has been updated
via 9579941abf5a9b26da8fa05058e820a75c78de9f (commit)
from 4bbc83711b4873f42123a85ec2e331b1bb101ab7 (commit)
- Log -----------------------------------------------------------------
commit 9579941abf5a9b26da8fa05058e820a75c78de9f
Author: Rich Salz <rsalz at akamai.com>
Date: Sun Jun 12 13:46:48 2016 -0400
Add RT3424 q&a to FAQ
-----------------------------------------------------------------------
Summary of changes:
docs/faq.txt | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/faq.txt b/docs/faq.txt
index 055117f..3a50651 100644
--- a/docs/faq.txt
+++ b/docs/faq.txt
@@ -39,6 +39,7 @@ OpenSSL - Frequently Asked Questions
[BUILD] Questions about building and testing OpenSSL
+* Why does Clang sanitizer give warnings?
* Why does the linker complain about undefined symbols?
* Why does the OpenSSL test fail with "bc: command not found"?
* Why does the OpenSSL test fail with "bc: 1 no implemented"?
@@ -496,6 +497,11 @@ details and workarounds see:
[BUILD] =======================================================================
+* Why does Clang sanitizer give warnings?
+
+You need to build with -DPEDANTIC to run sanitized tests, otherwise
+you will get optimized assembler versions of some functions.
+
* Why does the linker complain about undefined symbols?
Maybe the compilation was interrupted, and make doesn't notice that
More information about the openssl-commits
mailing list