Differences From 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]
To Artifact [1d03951cec]:
- File generic/tlsRand.c — part of check-in [cf6fddaa41] at 2024-05-20 02:10:27 on branch crypto — Corrected tlsRand.c file header (user: bohagan, size: 2806) [annotate] [blame] [check-ins using]
1 | /* | | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Random Data Module * * Provides commands to generate sequence of random data. * * Copyright (C) 2023 Brian O'Hagan * */ #include "tlsInt.h" #include "tclOpts.h" |
︙ | ︙ |