diff options
author | bluhm <> | 2018-11-07 01:20:20 +0000 |
---|---|---|
committer | bluhm <> | 2018-11-07 01:20:20 +0000 |
commit | 6c76feec69da3c4ffea7496b04e0c18edd09d141 (patch) | |
tree | 8fe2ca5159786d6c2a7f168d898ceb914bd6c207 | |
parent | 72b3bb10734114d4b5795542387a8aeef8e24d10 (diff) | |
download | openbsd-6c76feec69da3c4ffea7496b04e0c18edd09d141.tar.gz openbsd-6c76feec69da3c4ffea7496b04e0c18edd09d141.tar.bz2 openbsd-6c76feec69da3c4ffea7496b04e0c18edd09d141.zip |
+interop
-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 \ |