From 683f523f8d49fc5b7529a032761ffb1a001e56e1 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Wed, 19 Jun 2024 14:04:45 +0200 Subject: grammar tweak --- tests/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f36e9a1..480d893 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -744,8 +744,8 @@ else() endif() set_tests_properties(ssltest PROPERTIES ENVIRONMENT "srcdir=${TEST_SOURCE_DIR}") -# testdsa, testenc, testrsa don't have an executable instead it uses openssl executable which -# access various files for IO. adding such files to --preload-file is infeasible. +# testdsa, testenc, testrsa don't have an executable instead they use openssl executable which +# access various files for IO. Adding such files to --preload-file is infeasible. if(NOT EMSCRIPTEN) # testdsa if(NOT MSVC) -- cgit v1.2.3-55-g6feb