On Wed, Mar 26, 2025 at 09:44:16AM +0000, Sad Clouds wrote: > Can someone familiar with NetBSD OpenSSL suggest why some header > files are empty?
These headers are generated at build time and something went wrong in your setup. They are not empty in my builds: -rw-r--r-- 1 builds builds 18479 Jan 15 17:46 ./evbarm64-el/work/src/crypto/external/bsd/openssl/lib/libcrypto/safestack.h Try removing the empty ones, build again and check the build output for failures generating them. Martin