Differences From Artifact [8227615734]:
- File generic/tlsInt.h — part of check-in [eae5afbb83] at 2024-03-15 22:17:23 on branch crypto — Fix warnings for compile with GCC on TCL 9.0 (user: bohagan, size: 9095) [annotate] [blame] [check-ins using]
To Artifact [4bfb80acb5]:
- File generic/tlsInt.h — part of check-in [564db0e896] at 2024-03-29 22:59:21 on branch crypto — Added AES symmetrical block cipher test vectors (user: bohagan, size: 9096) [annotate] [blame] [check-ins using]
︙ | |||
33 34 35 36 37 38 39 40 41 42 43 44 45 46 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | + | #ifndef CONST86 # if TCL_MAJOR_VERSION > 8 # define CONST86 const # else # define CONST86 # endif #endif /* * Backwards compatibility for size type change */ #if TCL_MAJOR_VERSION < 9 && TCL_MINOR_VERSION < 7 #include <limits.h> #define TCL_SIZE_MAX INT_MAX |
︙ |