Edit

IABSD.fr/src/lib/libcrypto/arch

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2024-08-31 10:44:39
    Hash : 47f8587c
    Message : Unexport OPENSSL_cpuid_setup and OPENSSL_ia32cap_P This allows us in particular to get rid of the MD Symbols.list which were needed on amd64 and i386 for llvm 16 a while back. OPENSSL_ia32cap_P was never properly exported since the symbols were marked .hidden in the asm. ok beck jsing