Eli Abramson
Eli Abramson
I have the same issue when compiling on Windows: `nginx-rtmp-module/ngx_rtmp_handshake.c(107): error C2079: 'hmac' uses undefined struct 'hmac_ctx_st' nginx-rtmp-module/ngx_rtmp_handshake.c(112): warning C4013: 'HMAC_CTX_init' undefined; assuming extern returning int nginx-rtmp-module/ngx_rtmp_handshake.c(116): warning C4133: 'function':...
> In a special environment, we have to install nginx with rtmp module on Windows servers. During compile with VS2015, we get the following error(s): > error C2079: "hmac" uses...
I've struggled with this for several months. It seems that a recent [update ](https://devblogs.microsoft.com/commandline/windows-subsystem-for-linux-september-2023-update/)to WSL offers experimental features which resolve the issue for me. I'm using WSL2 on Windows 11...