Skip to content

Commit cd91cef

Browse files
committed
pkey/dh: do not skip test_params_ok? on LibreSSL
1 parent 78d028c commit cd91cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/openssl/test_pkey_dh.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def test_params_ok?
111111
# applying the following commits in OpenSSL 1.1.1d to make `DH_check`
112112
# function pass the RFC 7919 FFDHE group texts.
113113
# https://github.com/openssl/openssl/pull/9435
114-
unless openssl?(1, 1, 1, 4)
114+
if openssl? && !openssl?(1, 1, 1, 4)
115115
pend 'DH check for RFC 7919 FFDHE group texts is not implemented'
116116
end
117117

0 commit comments

Comments
 (0)