summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/powerpc64/opensslconf.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mop up RC4_INDEX.jsing2025-01-271-7/+0
| | | | | | | | | | | | | The RC4_INDEX define switches between base pointer indexing and per-byte pointer increment. This supposedly made a huge difference to performance on x86 at some point, however compilers have improved somewhat since then. There is no change (or effectively no change) in generated assembly on a the majority of LLVM platforms and even when there is some change (e.g. aarch64), there is no noticable performance difference. Simplify the (still messy) macros/code and mop up RC4_INDEX. ok tb@
* cryptlib.h: adjust header guard for upcoming surgerytb2024-11-051-1/+1
| | | | | | | | It is gross that an internal detail leaked into a public header, but, hey, it's openssl. No hack is too terrible to appear in this library. opensslconf.h needs major pruning but the day that happens is not today. ok jsing
* Remove OPENSSL_UNISTD definetb2024-03-281-3/+0
|
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
| | | | | | | i removed the arithmetics -> arithmetic changes, as i felt they were not clearly correct ok tb
* Accidentally doubled these files on first commit. Correcting.drahn2020-06-261-149/+0
|
* Intial attempt at powerpc64 libcrypto pieces.drahn2020-06-251-0/+298
just commit this kettenis@