Differences From Artifact [4b096f23cb]:
- File generic/tlsRand.c — part of check-in [fa17431520] at 2024-02-04 03:31:59 on branch crypto — Merged changes from master branch (user: bohagan, size: 2801) [annotate] [blame] [check-ins using] [more...]
To Artifact [72e29bdc6f]:
- File generic/tlsRand.c — part of check-in [c0bbfde5a4] at 2024-03-10 05:56:07 on branch crypto — Added global namespace qualifier to command names. Catch error for eval embedded tls.tcl script. (user: bohagan, size: 2803) [annotate] [blame] [check-ins using]
︙ | |||
107 108 109 110 111 112 113 | 107 108 109 110 111 112 113 114 115 116 117 | - + | * * Side effects: * Creates commands * *------------------------------------------------------------------- */ int Tls_RandCommands(Tcl_Interp *interp) { |