diff options
author | 2020-09-18 10:19:31 +0000 | |
---|---|---|
committer | 2020-09-18 10:19:31 +0000 | |
commit | 77f2f80e6bb99b370f6426c32d9708e80f4e427f (patch) | |
tree | b15477dbdbfcc4fd22c69d6b493568bda7ea6f0b | |
parent | Check availability of the symbols in Symbols.list (diff) | |
download | wireguard-openbsd-77f2f80e6bb99b370f6426c32d9708e80f4e427f.tar.xz wireguard-openbsd-77f2f80e6bb99b370f6426c32d9708e80f4e427f.zip |
hook symbols test to regress
-rw-r--r-- | regress/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index 8d6d40d62e4..7ec659bfc26 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 2020/07/23 17:15:35 schwarze Exp $ +# $OpenBSD: Makefile,v 1.40 2020/09/18 10:19:31 tb Exp $ SUBDIR += aead SUBDIR += aeswrap @@ -47,6 +47,7 @@ SUBDIR += sha256 SUBDIR += sha512 SUBDIR += sm3 SUBDIR += sm4 +SUBDIR += symbols SUBDIR += utf8 SUBDIR += wycheproof SUBDIR += x509 |