From 32f0851efda1c647523f8eb462764417080f0238 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 18 Jun 2026 02:48:09 +0000 Subject: openssl-ruby-tests: work with ruby34 and ruby40 --- src/regress/lib/libssl/openssl-ruby/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/openssl-ruby/Makefile b/src/regress/lib/libssl/openssl-ruby/Makefile index 19d2f2fc40..77aaab0fd7 100644 --- a/src/regress/lib/libssl/openssl-ruby/Makefile +++ b/src/regress/lib/libssl/openssl-ruby/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.17 2025/06/27 03:32:08 tb Exp $ +# $OpenBSD: Makefile,v 1.18 2026/06/18 02:48:09 tb Exp $ OPENSSL_RUBY_TESTS = /usr/local/share/openssl-ruby-tests -.if exists(/usr/local/bin/ruby33) -RUBY_BINREV = 33 -.else +.if exists(/usr/local/bin/ruby34) RUBY_BINREV = 34 +.else +RUBY_BINREV = 40 .endif RUBY = ruby${RUBY_BINREV} -- cgit v1.2.3-55-g6feb