We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
First run: brew install openssl
brew install openssl
Then modify Makefile:
-I/usr/local/opt/openssl/include
CFLAGS
-L/usr/local/opt/openssl/lib
LIBS
Remember about make clean before retrying to run make
make clean
make
Credit goes to @PiotrGoralczyk for his response at: https://github.com/wg/wrk/issues/186