portable
portable copied to clipboard
Is crypto/arch/aarch64/crypto_cpu_caps_windows.c missing from libressl-4.2.0.tar.gz?
4.2.0 compilation for ARM64-Windows fails - see https://github.com/microsoft/vcpkg/pull/47808. Adding https://github.com/libressl/portable/blob/master/crypto/arch/aarch64/crypto_cpu_caps_windows.c seems to fix it. If that's the correct diagnosis, curious if this file should be included in libressl-4.2.0.tar.gz?
Thanks for the report. Yes, that file should have been part of the release tarball.
@busterb when you have time could you please roll a 4.2.1 that includes this file and the also missing https://github.com/libressl/portable/blob/master/tests/compat/mkstemp.c?