nginx-upload-module
nginx-upload-module copied to clipboard
build error with boringssl
trafficstars
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;