Skip to content

Commit

Permalink
outbound: OpenSSL 1.1.1 thread-local, init libssl in thread
Browse files Browse the repository at this point in the history
  • Loading branch information
space88man committed Jan 4, 2024
1 parent 4742c81 commit 689de27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/outbound/outbound_mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static int mod_init(void)
}
ob_key.len = OB_KEY_LEN;

#if OPENSSL_VERSION_NUMBER < 0x030000000L
#if OPENSSL_VERSION_NUMBER < 0x010101000L
mod_init_openssl(NULL);
#else
pthread_t tid;
Expand Down

0 comments on commit 689de27

Please sign in to comment.