Skip to content

Commit

Permalink
tls: set parameter name for tls_h_mod_randctx()
Browse files Browse the repository at this point in the history
- without it fails to compile on Unbuntu 22.04 with low latency kernel
  • Loading branch information
anomarme committed Jan 16, 2024
1 parent 1482809 commit 03456e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/tls/tls_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,8 @@ int tls_pre_init(void)
* left here in case more complex requirements arise in
* OpenSSL >= 3.2.
*/
long tls_h_mod_randctx(void *) {
long tls_h_mod_randctx(void *param)
{
do {
OSSL_LIB_CTX *osslglobal = NULL;
EVP_RAND_CTX *randctx = NULL;
Expand Down

0 comments on commit 03456e5

Please sign in to comment.