History log of /openbsd-src/lib/libcrypto/arch/arm/armcap.c (Results 1 – 3 of 3)
Revision Date Author Comments
# f681f7ca 29-Aug-2024 deraadt <deraadt@openbsd.org>

repair bizzare indents; ok tb


# 57579511 26-Jul-2023 jsing <jsing@openbsd.org>

Remove constructor attribute for OPENSSL_cpuid_setup() on arm/aarch64.

OPENSSL_cpuid_setup() is invoked via OPENSSL_init_crypto(), whihc is
triggered by various entry points to the library. As such,

Remove constructor attribute for OPENSSL_cpuid_setup() on arm/aarch64.

OPENSSL_cpuid_setup() is invoked via OPENSSL_init_crypto(), whihc is
triggered by various entry points to the library. As such, we do not need
to invoke it as a constructor.

ok tb@

show more ...


# d45a68f6 23-Mar-2022 tb <tb@openbsd.org>

Start disentangling armv7 and aarch64 code

arm_arch.h and armcap.c are shared between armv7 and aarch64 which
results in an inscrutable #ifdef maze. Move copies of these files
into arch/{arm,aarch64

Start disentangling armv7 and aarch64 code

arm_arch.h and armcap.c are shared between armv7 and aarch64 which
results in an inscrutable #ifdef maze. Move copies of these files
into arch/{arm,aarch64}/ with appropriate names and some trivial
minor adjustments.

ok deraadt inoguchi kettenis

show more ...