openssl/crypto/camellia
Theo Buehler 25391acc14 Unable to run asm code on OpenBSD (amd64)
In order to get asm code running on OpenBSD we must place
all constants into .rodata sections.

davidben@ also pointed out we need to adjust `x86_64-xlate.pl` perlasm
script to adjust read-olny sections for various flavors (OSes). Those
changes were cherry-picked from boringssl.

closes #23312

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23997)
2024-04-17 09:38:06 +02:00
..
asm Unable to run asm code on OpenBSD (amd64) 2024-04-17 09:38:06 +02:00
build.info Rename x86-32 assembly files from .s to .S. 2022-05-24 13:16:06 +10:00
camellia.c Update copyright year 2022-05-03 13:34:51 +01:00
cmll_cbc.c Update copyright year 2020-04-23 13:55:52 +01:00
cmll_cfb.c Update copyright year 2020-04-23 13:55:52 +01:00
cmll_ctr.c Update copyright year 2020-04-23 13:55:52 +01:00
cmll_ecb.c Update copyright year 2020-04-23 13:55:52 +01:00
cmll_local.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
cmll_misc.c Update copyright year 2020-04-23 13:55:52 +01:00
cmll_ofb.c Update copyright year 2020-04-23 13:55:52 +01:00