We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try build with boringssl and cloudflare http3 patch for 1.16.1, get this error:
../../module/nginx-upload-module/ngx_http_upload_module.c:192:17: error: field has incomplete type 'MD5_CTX' (aka 'struct md5_state_st') MD5_CTX md5; ^ ../quiche/deps/boringssl/.openssl/include/openssl/base.h:402:16: note: forward declaration of 'struct md5_state_st' typedef struct md5_state_st MD5_CTX;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I try build with boringssl and cloudflare http3 patch for 1.16.1, get this error:
The text was updated successfully, but these errors were encountered: