Skip to content

Commit

Permalink
mini_ssl.c - fix TruffleRuby compile error (#3289)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Dec 10, 2023
1 parent 32e011a commit c1ae884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/puma_http11/mini_ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ NORETURN(void raise_error(SSL* ssl, int result));

void raise_error(SSL* ssl, int result) {
char buf[512];
char msg[512];
char msg[768];
const char* err_str;
int err = errno;
int mask = 4095;
Expand Down

0 comments on commit c1ae884

Please sign in to comment.