0
#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.
Ohboyy
  • 15
  • 5
  • 2
    Programming questions are off-topic here. You can ask programming questions on [so], but you'll need to provide full information. In particular, how you're compiling (copy-paste the compiler command line). – Gilles 'SO- stop being evil' May 13 '17 at 22:53
  • You should show the command you are using to compile your program. I'm guessing your next question will be answered by [Linking OpenSSL libraries to a program](http://stackoverflow.com/q/4352573/608639). – jww May 14 '17 at 10:07

0 Answers0