OpenSSL: Indicate successful RNG initialisation
This commit is contained in:
parent
5bb5226edc
commit
5feb292aa9
1 changed files with 1 additions and 0 deletions
|
@ -440,6 +440,7 @@ rb_init_prng(const char *const path, prng_seed_t seed_type)
|
|||
return 0;
|
||||
}
|
||||
|
||||
rb_lib_log("%s: PRNG initialised", __func__);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue