Differences From Artifact [0103fefac9]:
- File generic/tlsInt.h — part of check-in [28d6418fa7] at 2023-09-24 20:12:17 on branch trunk — Moved definition of Append to List macros to tlsInt.h. Updated tls.c to use Append to List macros. (user: bohagan, size: 7831) [annotate] [blame] [check-ins using]
To Artifact [ba5e9003ea]:
- File generic/tlsInt.h — part of check-in [0cd384c2ff] at 2023-10-10 00:06:23 on branch crypto — Created cryptography branch (user: bohagan, size: 7759) [annotate] [blame] [check-ins using]
︙ | |||
38 39 40 41 42 43 44 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | - + - - - - | # endif #endif /* * Backwards compatibility for size type change */ #if TCL_MAJOR_VERSION < 9 && TCL_MINOR_VERSION < 7 |
︙ |