Differences From Artifact [1a6cf1121d]:
- File tclOpts.h — part of check-in [49278969f2] at 2019-06-17 12:05:26 on branch mjanssen-asn1-certs — Add support for ASN1 blobs for certificates and keys (user: mjanssen, size: 1420) [annotate] [blame] [check-ins using] [more...]
To Artifact [f9620d33de]:
- File generic/tclOpts.h — part of check-in [b921cb3e6e] at 2024-02-20 14:58:09 on branch nijtmans — Move all *.c and *.h files to the /generic/ directory. Update win/makefile.vc from [https://chiselapp.com/user/bohagan/repository/TCLTLS/index] (user: jan.nijtmans, size: 1407) [annotate] [blame] [check-ins using]
- File tclOpts.h — part of check-in [663996a17b] at 2024-02-12 10:22:53 on branch tls-1.7 — Tcl_GetStringFromObj() -> Tcl_GetString(). Update ChangeLog/README.txt (user: jan.nijtmans, size: 1407) [annotate] [blame] [check-ins using]
︙ | |||
22 23 24 25 26 27 28 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - + | #define OPTOBJ(option, var) \ OPT_PROLOG(option) \ var = objv[idx]; \ OPT_POSTLOG() #define OPTSTR(option, var) \ OPT_PROLOG(option) \ |
︙ |