diff options
author | tb <> | 2021-08-30 17:34:02 +0000 |
---|---|---|
committer | tb <> | 2021-08-30 17:34:02 +0000 |
commit | 769a0eb675541b26164c2614afd360bc503be92a (patch) | |
tree | 8596430725e7f227767868236eeee57380521082 /src/regress/lib/libssl/Makefile | |
parent | b05142e1ba115406b0f261b5374facddce7e25b8 (diff) | |
download | openbsd-769a0eb675541b26164c2614afd360bc503be92a.tar.gz openbsd-769a0eb675541b26164c2614afd360bc503be92a.tar.bz2 openbsd-769a0eb675541b26164c2614afd360bc503be92a.zip |
Revert accidental commit
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r-- | src/regress/lib/libssl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index 19fee55210..934f8ba4e6 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.44 2021/08/30 17:28:46 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.45 2021/08/30 17:34:01 tb Exp $ |
2 | 2 | ||
3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
4 | SUBDIR += buffer | 4 | SUBDIR += buffer |
@@ -16,7 +16,6 @@ SUBDIR += tlsext | |||
16 | SUBDIR += tlslegacy | 16 | SUBDIR += tlslegacy |
17 | SUBDIR += key_schedule | 17 | SUBDIR += key_schedule |
18 | SUBDIR += unit | 18 | SUBDIR += unit |
19 | SUBDIR += verify | ||
20 | 19 | ||
21 | # Things that take a long time should go below here. | 20 | # Things that take a long time should go below here. |
22 | SUBDIR += openssl-ruby | 21 | SUBDIR += openssl-ruby |