diff options
author | tb <> | 2020-09-18 10:19:31 +0000 |
---|---|---|
committer | tb <> | 2020-09-18 10:19:31 +0000 |
commit | 7e60f46978a7f69c6f9cf1c654e23d1e79621db5 (patch) | |
tree | 1ccb999a5929d30b9b5fb27391c704ebe3ae914f /src | |
parent | cdd8531276d6c88ac60e654c0c520e6a95d9818f (diff) | |
download | openbsd-7e60f46978a7f69c6f9cf1c654e23d1e79621db5.tar.gz openbsd-7e60f46978a7f69c6f9cf1c654e23d1e79621db5.tar.bz2 openbsd-7e60f46978a7f69c6f9cf1c654e23d1e79621db5.zip |
hook symbols test to regress
Diffstat (limited to 'src')
-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 |