summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2020-09-18 10:19:31 +0000
committertb <>2020-09-18 10:19:31 +0000
commit1fad31b95d375cf44bd4b7c1644b6e113a6f6be4 (patch)
tree1ccb999a5929d30b9b5fb27391c704ebe3ae914f
parentd69772a4d7336813a88117684aef29f528d0ca37 (diff)
downloadopenbsd-1fad31b95d375cf44bd4b7c1644b6e113a6f6be4.tar.gz
openbsd-1fad31b95d375cf44bd4b7c1644b6e113a6f6be4.tar.bz2
openbsd-1fad31b95d375cf44bd4b7c1644b6e113a6f6be4.zip
hook symbols test to 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 8d6d40d62e..7ec659bfc2 100644
--- a/src/regress/lib/libcrypto/Makefile
+++ b/src/regress/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.39 2020/07/23 17:15:35 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.40 2020/09/18 10:19:31 tb Exp $
2 2
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aeswrap 4SUBDIR += aeswrap
@@ -47,6 +47,7 @@ SUBDIR += sha256
47SUBDIR += sha512 47SUBDIR += sha512
48SUBDIR += sm3 48SUBDIR += sm3
49SUBDIR += sm4 49SUBDIR += sm4
50SUBDIR += symbols
50SUBDIR += utf8 51SUBDIR += utf8
51SUBDIR += wycheproof 52SUBDIR += wycheproof
52SUBDIR += x509 53SUBDIR += x509