diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-09-04 04:35:31 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-09-04 04:35:31 +0000 |
commit | ae5e33fbc3a50b3879501f45a87f61e65ce95ee2 (patch) | |
tree | 16e3ae6122e9436c6a327a834c882725919f997c | |
parent | f4b4774cdae9ae97c86bcf4d1d261be88c5b1e58 (diff) |
Unlink OpenSSL 1.1 regress
-rw-r--r-- | regress/usr.sbin/rpki-client/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/regress/usr.sbin/rpki-client/Makefile b/regress/usr.sbin/rpki-client/Makefile index 5179aef53fb..b116b60984b 100644 --- a/regress/usr.sbin/rpki-client/Makefile +++ b/regress/usr.sbin/rpki-client/Makefile @@ -1,9 +1,6 @@ -# $OpenBSD: Makefile,v 1.13 2024/09/04 04:35:05 tb Exp $ +# $OpenBSD: Makefile,v 1.14 2024/09/04 04:35:30 tb Exp $ SUBDIR += libressl -.if exists(/usr/local/bin/eopenssl11) -SUBDIR += openssl11 -.endif .if exists(/usr/local/bin/eopenssl32) SUBDIR += openssl .endif |