diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2018-11-07 21:42:11 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2018-11-07 21:42:11 +0000 |
commit | 86fb68250ab11f46982fb549db9db8a61dc3da6a (patch) | |
tree | 8ec4cda9616606062492aff8d91a9c2f427e99ce /regress/lib | |
parent | 16249f116be5fa7f97dd130a93b8132ca2359a46 (diff) |
Add in key_schedule regress tests to regress build
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libssl/Makefile b/regress/lib/libssl/Makefile index 437645a0f54..2544184d09c 100644 --- a/regress/lib/libssl/Makefile +++ b/regress/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2018/11/07 01:20:20 bluhm Exp $ +# $OpenBSD: Makefile,v 1.28 2018/11/07 21:42:10 beck Exp $ SUBDIR= \ asn1 \ @@ -10,6 +10,7 @@ SUBDIR= \ server \ ssl \ tlsext \ + key_schedule \ unit install: |