#include <openssl/rsa.h>
#include <openssl/pem.h>
#include <openssl/err.h>
#include <stdio.h>
#include <string.h>
Everytime i try to run my code with these libraries i get this error. Not sure what to do.
fatal error: openssl/pem.h: No such file or directory
compilation terminated.