Differences From Artifact [b78d815874]:
- File tlsInt.h — part of check-in [b9557ba691] at 2016-12-13 16:00:41 on branch trunk — Updated to return soft errors on during SSL negotiation retries on reads and hard errors on SSL negotiation during writes or handshake commands (user: rkeene, size: 7698) [annotate] [blame] [check-ins using] [more...]
To Artifact [d2250e88c5]:
- File tlsInt.h — part of check-in [3057d6e2e0] at 2024-01-24 14:35:24 on branch nijtmans — First changes needed for Tcl 9.0 (user: jan.nijtmans, size: 7616) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - - - - - | #ifdef __WIN32__ #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <wincrypt.h> /* OpenSSL needs this on Windows */ #endif |
︙ |