Commit Graph

6 Commits (c2109a5aca3a68916f6ba0969248e2bc73f49979)

Author SHA1 Message Date
Tatsuhiro Tsujikawa 7f6578aa7d clang-format-8 2019-06-22 17:18:01 +09:00
Tatsuhiro Tsujikawa 0abde36583
Merge pull request #1213 from Chaneybenjamini/libressl-pr
Fix build with Libressl version 2.7.x
2019-05-19 14:58:31 +09:00
Tatsuhiro Tsujikawa e0a827ff98 Enable IndentPPDirectives 2018-06-09 16:23:36 +09:00
Ben Chaney 376854cfc4 Fix openssl API version logic for libressl 2.7.x 2018-06-03 01:10:36 -04:00
Tatsuhiro Tsujikawa c3aedf480d Fix -Wexpansion-to-defined warning with clang-3.9
The error message was:

warning: macro expansion producing 'defined' has undefined behavior
[-Wexpansion-to-defined]

http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20160118/147239.html
2016-09-19 22:10:21 +09:00
Tatsuhiro Tsujikawa 3cdde0f425 Compile with openssl 1.1.0
We moved @CPPUNIT_LIBS@ to later position.  This is because in my
development environment, it adds linker search directory which
contains system default openssl, while I'd like to use my custom
openssl installation.  This fix is not universal, since other
libraries can do the same thing.  It is a bit hard to fix this
properly because we mix -L and -l in a same variable.
2016-08-27 00:35:28 +09:00