summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2026-01-25 10:20:09 +0000
committerjsing <>2026-01-25 10:20:09 +0000
commit096d6241b54953726dab249c594126f82cd8e38a (patch)
treedc513b92b550efb6c9f95ef091ba52606149eff8
parent0fdda8ed74c211637a90bd619017daed690ba5d3 (diff)
downloadopenbsd-096d6241b54953726dab249c594126f82cd8e38a.tar.gz
openbsd-096d6241b54953726dab249c594126f82cd8e38a.tar.bz2
openbsd-096d6241b54953726dab249c594126f82cd8e38a.zip
Hook assembly regress
-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 c36e87e05b..19897ceb1a 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,8 +1,9 @@
1# $OpenBSD: Makefile,v 1.61 2024/12/13 00:03:57 beck Exp $ 1# $OpenBSD: Makefile,v 1.62 2026/01/25 10:20:09 jsing Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aes 4SUBDIR += aes
5SUBDIR += aeswrap 5SUBDIR += aeswrap
6SUBDIR += assembly
6SUBDIR += asn1 7SUBDIR += asn1
7SUBDIR += base64 8SUBDIR += base64
8SUBDIR += bf 9SUBDIR += bf