Skip to content

Commit

Permalink
fix macos/sonoma build
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviv Bergman committed Jun 4, 2024
1 parent dac75f9 commit 327d5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sslkeylog.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ static void sslkeylog_ex_data_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
}

static int sslkeylog_ex_data_dup(CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from,
void *from_d, int idx, long argl, void *argp)
void **from_d, int idx, long argl, void *argp)
{
return 0;
}
Expand Down

0 comments on commit 327d5c2

Please sign in to comment.