我跑:
gcc bruteforce.c -o bruteforce -lcrypto
Run Code Online (Sandbox Code Playgroud)
有一个头文件代码#include <openssl/evp.h>
在另一台机器上完美运行但在我当前的电脑上有以下错误。
bruteforce.c:1:25: fatal error: openssl/evp.h: No such file or directory
compilation terminated.
Run Code Online (Sandbox Code Playgroud)