-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.4.19 fails to build: s2n_ktls_io.c: error: variable-sized object may not be initialized except with an empty initializer
#4673
Comments
Ah, it is just broken, regardless of standard. gcc 14 with c11, same story:
Apple clang of Catalina:
|
barracuda156
changed the title
Does not build with C99:
1.4.19 fails to build: Jul 30, 2024
s2n_ktls_io.c: error: variable-sized object may not be initialized except with an empty initializer
s2n_ktls_io.c: error: variable-sized object may not be initialized except with an empty initializer
Wait, I have a fix for this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This does not build with C99 anymore:
The text was updated successfully, but these errors were encountered: