标签: compilation openssl c
#include <openssl/rsa.h> #include <openssl/pem.h> #include <openssl/err.h> #include <stdio.h> #include <string.h>
每次我尝试使用这些库运行我的代码时都会收到此错误。不知道该怎么做。
fatal error: openssl/pem.h: No such file or directory compilation terminated.