diff options
| author | cvs2svn <admin@example.com> | 2025-04-14 17:32:06 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2025-04-14 17:32:06 +0000 |
| commit | b1ddde874c215cc8891531ed92876f091b7eb83e (patch) | |
| tree | edb6da6af7e865d488dc1a29309f1e1ec226e603 /src/lib/libcrypto/arch/hppa/Makefile.inc | |
| parent | f0a36529837a161734c802ae4c42e84e42347be2 (diff) | |
| download | openbsd-tb_20250414.tar.gz openbsd-tb_20250414.tar.bz2 openbsd-tb_20250414.zip | |
This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414
Diffstat (limited to 'src/lib/libcrypto/arch/hppa/Makefile.inc')
| -rw-r--r-- | src/lib/libcrypto/arch/hppa/Makefile.inc | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/lib/libcrypto/arch/hppa/Makefile.inc b/src/lib/libcrypto/arch/hppa/Makefile.inc deleted file mode 100644 index 11bfa4a5d3..0000000000 --- a/src/lib/libcrypto/arch/hppa/Makefile.inc +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile.inc,v 1.26 2025/02/14 12:01:58 jsing Exp $ | ||
| 2 | |||
| 3 | # hppa-specific libcrypto build rules | ||
| 4 | |||
| 5 | # aes | ||
| 6 | CFLAGS+= -DAES_ASM | ||
| 7 | SSLASM+= aes aes-parisc aes-parisc | ||
| 8 | # bn | ||
| 9 | SSLASM+= bn parisc-mont parisc-mont | ||
| 10 | CFLAGS+= -DOPENSSL_BN_ASM_MONT -DBN_DIV2W | ||
| 11 | # modes | ||
| 12 | CFLAGS+= -DGHASH_ASM | ||
| 13 | SSLASM+= modes ghash-parisc ghash-parisc | ||
| 14 | # sha | ||
| 15 | SSLASM+= sha sha1-parisc sha1-parisc | ||
| 16 | SSLASM+= sha sha512-parisc sha256-parisc | ||
| 17 | |||
| 18 | .for dir src dst in ${SSLASM} | ||
| 19 | SRCS+= ${dst}.S | ||
| 20 | GENERATED+=${dst}.S | ||
| 21 | ${dst}.S: ${LCRYPTO_SRC}/${dir}/asm/${src}.pl | ||
| 22 | /usr/bin/perl \ | ||
| 23 | ${LCRYPTO_SRC}/${dir}/asm/${src}.pl 32 ${.TARGET} > ${.TARGET} | ||
| 24 | .endfor | ||
