You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After aplying this patch nginx can't be build because:
```
src/event/ngx_event_openssl.c: In function 'ngx_SSL_client_features':
src/event/ngx_event_openssl.c:1628:17: error: 'for' loop initial declarations are only allowed in C99 mode
src/event/ngx_event_openssl.c:1628:17: note: use option -std=c99 or
-std=gnu99 to compile your code
```
This simple changes fixed it
0 commit comments