summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjoshua <>2022-11-07 17:42:08 +0000
committerjoshua <>2022-11-07 17:42:08 +0000
commit964a263d93f25ed38a4d651ea8da6c352a061a3e (patch)
tree538797e8317fc9aa021e09ee6a920d24daf32dfd /src
parent2113914a414168e4fd8a1801281dd15daeab0f54 (diff)
downloadopenbsd-964a263d93f25ed38a4d651ea8da6c352a061a3e.tar.gz
openbsd-964a263d93f25ed38a4d651ea8da6c352a061a3e.tar.bz2
openbsd-964a263d93f25ed38a4d651ea8da6c352a061a3e.zip
Link aes/ to regress
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile
index bda6d5f660..d8cfdfc015 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,6 +1,7 @@
1# $OpenBSD: Makefile,v 1.48 2022/09/02 13:45:18 tb Exp $ 1# $OpenBSD: Makefile,v 1.49 2022/11/07 17:42:08 joshua Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aes
4SUBDIR += aeswrap 5SUBDIR += aeswrap
5SUBDIR += asn1 6SUBDIR += asn1
6SUBDIR += base64 7SUBDIR += base64