Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libressl *_namespace.h: adjust *_ALIAS() to require a semicolon | tb | 2023-02-16 | 1 | -2/+2 |
| | | | | | | | | | | LCRYPTO_ALIAS() and LSSL_ALIAS() contained a trailing semicolon. This does not conform to style(9), breaks editors and ctags and (most importantly) my workflow. Fix this by neutering them with asm("") so that -Wpedantic doesn't complain. There's precedent in libc's namespace.h fix suggested by & ok jsing | ||||
* | Prepare to provide UI_null() | tb | 2022-12-17 | 1 | -0/+18 |
xmlsec needs this, nothing else. Our linkers link libxmlsec1-openssl, only warns and since nothing uses this library in ports, this wasn't noticed for a long time. Reported by Thomas Mitterfellner ok jsing |