Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide global _it variables in x509v3.h | beck | 2024-07-08 | 1 | -1/+2 |
| | | | | ok tb@ | ||||
* | libressl *_namespace.h: adjust *_ALIAS() to require a semicolon | tb | 2023-02-16 | 1 | -5/+5 |
| | | | | | | | | | | 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 | ||||
* | Hide public symbols in libcrypto/x509 .c files | beck | 2022-11-14 | 1 | -1/+5 |
| | | | | ok tb@ | ||||
* | Collapse the x509v3 directory into x509. | jsing | 2020-06-04 | 1 | -0/+124 |
This avoids the need to grep across directories to find functions and prepares for further rototilling and chainsawing. Discussed with tb@ (who also tested the release build) |