summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/Makefile
blob: 01db7a5dc70ca7bcc4d5dc4331fee087ac650b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#	$OpenBSD: Makefile,v 1.58 2024/05/06 14:37:26 jsing Exp $

SUBDIR += aead
SUBDIR += aes
SUBDIR += aeswrap
SUBDIR += asn1
SUBDIR += base64
SUBDIR += bf
SUBDIR += bio
SUBDIR += bn
SUBDIR += CA
SUBDIR += c2sp
SUBDIR += cast
SUBDIR += certs
SUBDIR += chacha
SUBDIR += cms
SUBDIR += crypto
SUBDIR += ct
SUBDIR += curve25519
SUBDIR += des
SUBDIR += dh
SUBDIR += dsa
SUBDIR += ec
SUBDIR += ecdh
SUBDIR += ecdsa
SUBDIR += evp
SUBDIR += exdata
SUBDIR += free
SUBDIR += gcm128
SUBDIR += hkdf
SUBDIR += hmac
SUBDIR += idea
SUBDIR += ige
SUBDIR += init
SUBDIR += lhash
SUBDIR += md
SUBDIR += objects
SUBDIR += pbkdf2
SUBDIR += pem
SUBDIR += pkcs7
SUBDIR += poly1305
SUBDIR += rand
SUBDIR += rc2
SUBDIR += rc4
SUBDIR += rmd
SUBDIR += rsa
SUBDIR += sha
SUBDIR += sha2
SUBDIR += sm3
SUBDIR += sm4
SUBDIR += symbols
SUBDIR += utf8
SUBDIR += whirlpool
SUBDIR += wycheproof
SUBDIR += x509

install:

.include <bsd.subdir.mk>