Skip to content

Commit 646c234

Browse files
committed
[#3793] Typo2
1 parent 4cfb8a6 commit 646c234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ if CRYPTO_DEP.name() == openssl.name()
333333
name: 'HAVE_STREAM_TRUNCATED_ERROR',
334334
dependencies: [boost_dep, CRYPTO_DEP, threads_dep],
335335
)
336-
if return1.returncode() != 0 or return2.returncode()
336+
if return1.returncode() != 0 or return2.returncode() != 0
337337
error('Boost TLS support broken.')
338338
endif
339339
endif

0 commit comments

Comments
 (0)