Skip to content

Commit a36493e

Browse files
thomwiggersodeke-em
authored andcommitted
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 Change-Id: I2dd257f3121d6c6c62c6aeba52e1c74046b3c584 GitHub-Last-Rev: 6d4eeaf GitHub-Pull-Request: #41630 Reviewed-on: https://go-review.googlesource.com/c/go/+/257517 Trust: Emmanuel Odeke <[email protected]> Reviewed-by: Filippo Valsorda <[email protected]>
1 parent 64dc25b commit a36493e

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)