Differences From Artifact [95c47b8587]:
- File tests/common.tcl — part of check-in [d966a301eb] at 2024-02-24 22:22:56 on branch trunk — Clean-up gcc compiler warnings (user: bohagan, size: 667) [annotate] [blame] [check-ins using] [more...]
To Artifact [c72eccfcd4]:
- File tests/common.tcl — part of check-in [ea36bcf6c4] at 2024-10-25 05:13:44 on branch tls-1.8 — More TCL9 updates (user: bohagan, size: 688) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 | # Common Constraints package require tls # Supported protocols set protocols [list ssl2 ssl3 tls1 tls1.1 tls1.2 tls1.3] foreach protocol $protocols { | > | 1 2 3 4 5 6 7 8 | #!/usr/bin/env tclsh # Common Constraints package require tls # Supported protocols set protocols [list ssl2 ssl3 tls1 tls1.1 tls1.2 tls1.3] foreach protocol $protocols { |
︙ | ︙ |