Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 09c8aa26 | 2018-07-21 00:15:20 | Generate regress freenull.c | ||
| 1ea79d2a | 2018-06-16 21:35:58 | avoid duplicate link with bn_print/BN_print | ||
| b78f2939 | 2018-06-16 21:28:35 | filter out OCSP_crlID_new links for now, breaks on case-insensitve filesystems | ||
| bf368e58 | 2018-06-14 05:59:20 | add private includes for apps and tests | ||
| 64b69515 | 2018-06-14 04:48:23 | make headers under include/compat private again | ||
| d4bf25f6 | 2018-06-13 11:40:32 | update changelog | ||
| 4fcfc82d | 2018-05-29 05:44:34 | scope private/public headers when embedding into other projects thanks to Cameron Palmer | ||
| 9b4044d8 | 2018-05-28 22:17:08 | Land #426, don't assume ; works as a newline assembly character | ||
| b0103dad | 2018-05-28 18:07:25 | update links | ||
| 787d8d24 | 2018-05-19 17:31:42 | __warn_references: tweak assembly for "gnu.warning" section On some targets ';' (like hppa) is treated as a comment in assembly files. This occasionally causes the following assembly failures: ``` Error: can't resolve `.gnu.warning.EVP_DecryptFinal' {.gnu.warning.EVP_DecryptFinal section} - `.Ltext0' {.text section} ``` Note how branch (or other reference) attempts to cross the boundary across two section types: '.text' and '.gnu.warning'. Tobias Ulmer notes that openbsd already uses newlines for similar macro: https://github.com/openbsd/src/blob/master/sys/arch/hppa/include/cdefs.h This change switches from ';' to newline as well. Tested on hppa2.0 and x86_64. Reported-by: Jeroen Roovers Bug: https://bugs.gentoo.org/656104 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> |