diff options
author | jsing <> | 2016-11-04 19:45:12 +0000 |
---|---|---|
committer | jsing <> | 2016-11-04 19:45:12 +0000 |
commit | 52b13e057580dc493876cd2725b67a4ba85a8c88 (patch) | |
tree | 60bf511dad330deec7c994bbb79706fa5c6160e6 /src/regress/lib/libssl/Makefile | |
parent | 8d8efa38bd41538db6d565bf25bc49b76a253a26 (diff) | |
download | openbsd-52b13e057580dc493876cd2725b67a4ba85a8c88.tar.gz openbsd-52b13e057580dc493876cd2725b67a4ba85a8c88.tar.bz2 openbsd-52b13e057580dc493876cd2725b67a4ba85a8c88.zip |
Move pqueue regress from libcrypto to libssl, since that's where the pqueue
code now lives. Also unbreak the regress following the symbol hiding
changes in libssl.
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r-- | src/regress/lib/libssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index 79232bcf39..85e50ecb04 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,10 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.23 2015/09/01 17:02:17 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.24 2016/11/04 19:45:12 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | asn1 \ | 4 | asn1 \ |
5 | bytestring \ | 5 | bytestring \ |
6 | ciphers \ | 6 | ciphers \ |
7 | client \ | 7 | client \ |
8 | pqueue \ | ||
8 | ssl \ | 9 | ssl \ |
9 | unit | 10 | unit |
10 | 11 | ||