Skip to content

Commit fae89b3

Browse files
committed
[GR-45245] Fixes for LLVM 16 compatibility.
PullRequest: truffleruby/3736
2 parents b60c98d + 49dbbdc commit fae89b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/c/openssl/ossl_pkey.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ static void
323323
pkey_blocking_gen_stop(void *ptr)
324324
{
325325
struct pkey_blocking_generate_arg *arg = ptr;
326-
arg->interrupted = 1;
326+
arg->interrupted = -1;
327327
}
328328

329329
static void *

0 commit comments

Comments
 (0)