CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2025/03/12 06:53:33
Modified files: lib/libcrypto/sha: sha256_aarch64_ce.S Log message: Use .arch rather than .cpu for sha2 instructions. We have code that targets a specific architecture level, hence .arch makes more sense here than .cpu. Suggested by kettenis@