--- CMakeLists.txt.orig 2026-04-14 06:05:39 UTC +++ CMakeLists.txt @@ -773,6 +773,9 @@ endif() target_link_libraries(generate_mldsa_certs crypto) endif() +SET_TARGET_PROPERTIES(ssl PROPERTIES SOVERSION 1) +SET_TARGET_PROPERTIES(crypto PROPERTIES SOVERSION 1) + if(FUZZ) # TODO(crbug.com/42290412): Drive this build with build.json and flatten. add_subdirectory(fuzz)