Differences From Artifact [9a523164da]:
- File tls.c — part of check-in [033849bf66] at 2016-12-07 14:38:43 on branch tls-1-7 — Added additional debugging around asyncronous sockets (user: rkeene, size: 47934) [annotate] [blame] [check-ins using]
To Artifact [9b5d593b52]:
- File tls.c — part of check-in [fe5bc0bc67] at 2016-12-07 16:41:00 on branch tls-1-7 — Set a default channel type version (user: rkeene, size: 47958) [annotate] [blame] [check-ins using] [more...]
︙ | |||
82 83 84 85 86 87 88 | 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | - + | #include "dh_params.h" #endif /* * Defined in Tls_Init to determine what kind of channels we are using * (old-style 8.2.0-8.3.1 or new-style 8.3.2+). */ |
︙ |