nginx-upload-module icon indicating copy to clipboard operation
nginx-upload-module copied to clipboard

build error with boringssl

Open phpstatic opened this issue 5 years ago • 0 comments
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;

phpstatic avatar Jan 30 '20 09:01 phpstatic