blob: d1f22d87cd94050395d861bfc61be8d8001a4130 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $OpenBSD: Makefile.inc,v 1.17 2025/06/28 12:51:08 jsing Exp $
# aarch64-specific libcrypto build rules
SRCS += crypto_cpu_caps.c
SRCS += sha1_aarch64.c
SRCS += sha1_aarch64_ce.S
SRCS += sha256_aarch64.c
SRCS += sha256_aarch64_ce.S
SRCS += sha512_aarch64.c
SRCS += sha512_aarch64_ce.S
AFLAGS+= -mmark-bti-property
|