diff options
author | tb <> | 2020-09-18 10:19:31 +0000 |
---|---|---|
committer | tb <> | 2020-09-18 10:19:31 +0000 |
commit | 1fad31b95d375cf44bd4b7c1644b6e113a6f6be4 (patch) | |
tree | 1ccb999a5929d30b9b5fb27391c704ebe3ae914f | |
parent | d69772a4d7336813a88117684aef29f528d0ca37 (diff) | |
download | openbsd-1fad31b95d375cf44bd4b7c1644b6e113a6f6be4.tar.gz openbsd-1fad31b95d375cf44bd4b7c1644b6e113a6f6be4.tar.bz2 openbsd-1fad31b95d375cf44bd4b7c1644b6e113a6f6be4.zip |
hook symbols test to regress
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
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 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aeswrap | 4 | SUBDIR += aeswrap |
@@ -47,6 +47,7 @@ SUBDIR += sha256 | |||
47 | SUBDIR += sha512 | 47 | SUBDIR += sha512 |
48 | SUBDIR += sm3 | 48 | SUBDIR += sm3 |
49 | SUBDIR += sm4 | 49 | SUBDIR += sm4 |
50 | SUBDIR += symbols | ||
50 | SUBDIR += utf8 | 51 | SUBDIR += utf8 |
51 | SUBDIR += wycheproof | 52 | SUBDIR += wycheproof |
52 | SUBDIR += x509 | 53 | SUBDIR += x509 |