Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use explicit .text instead of .previous to please Windows/MinGW on amd64 | tb | 2023-02-23 | 1 | -1/+1 |
| | | | | ok miod | ||||
* | Use .section .rodata instead of a plain .rodata | tb | 2023-02-09 | 1 | -1/+1 |
| | | | | | | | | At least gcc 12 on Fedora is very unhappy about a plain .rodata and throws Error: unknown pseudo-op: `.rodata'. So add a .section in front of it to make it happy. ok deraadt miod | ||||
* | Move constants out of text segment into rodata to prepare for xonly support | deraadt | 2023-01-14 | 1 | -2/+2 |
| | | | | | on amd64. no pic handling is neccessary since amd64 has full reach. ok kettenis | ||||
* | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 1 | -1/+2 |
| | |||||
* | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -0/+805 |