diff options
Diffstat (limited to 'src')
-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 0cc3e156a3..437645a0f5 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,10 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.26 2017/07/16 18:18:10 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.27 2018/11/07 01:20:20 bluhm Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | asn1 \ | 4 | asn1 \ |
5 | bytestring \ | 5 | bytestring \ |
6 | ciphers \ | 6 | ciphers \ |
7 | client \ | 7 | client \ |
8 | interop \ | ||
8 | pqueue \ | 9 | pqueue \ |
9 | server \ | 10 | server \ |
10 | ssl \ | 11 | ssl \ |