Skip to content

Commit 6d4eeaf

Browse files
committed
crypto/tls: add no-shared to openssl build instructions
This prevents the custom-built version of openssl prefering the system libraries over the ones compiled with the specified (weak crypto) options necessary to generate the updates. This difference can lead to confusing failures when updating the tests. Fixes #31809
1 parent 2333c62 commit 6d4eeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/tls/handshake_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func checkOpenSSLVersion() error {
8686
println("to update the test data.")
8787
println("")
8888
println("Configure it with:")
89-
println("./Configure enable-weak-ssl-ciphers")
89+
println("./Configure enable-weak-ssl-ciphers no-shared")
9090
println("and then add the apps/ directory at the front of your PATH.")
9191
println("***********************************************")
9292

0 commit comments

Comments
 (0)