mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Remove the -K/-J options for setting keys.
The options were never really used and do not seem especially useful; initialization with a seed file still works. This also fixes a bug with the initialization of the siphash key.
This commit is contained in:
parent
313647ce0e
commit
499ed5b566
6 changed files with 19 additions and 26 deletions
|
@ -195,8 +195,7 @@ extern void hmac_md5(size_t size, const unsigned char* bytes,
|
|||
// over the "seed" argument. If write_file is given, the seeds are written
|
||||
// to that file.
|
||||
//
|
||||
extern void init_random_seed(uint32 seed, const char* load_file,
|
||||
const char* write_file);
|
||||
extern void init_random_seed(const char* load_file, const char* write_file);
|
||||
|
||||
// Retrieves the initial seed computed after the very first call to
|
||||
// init_random_seed(). Repeated calls to init_random_seed() will not affect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue