summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto_assembly.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide a crypto_assembly.h internal header.jsing2026-03-281-0/+30
This will contain defines and macros that we need for assembly code, without polluting other headers that are primarily used for C code. For now, this just unconditionally provides _CET_ENDBR on amd64. ok kenjiro@ tb@