SyntaxFix
Write A Post
Hire A Developer
Questions
Use the -I flag to gcc properly.
-I
gcc -I/path/to/openssl/ -o Opentest -lcrypto Opentest.c
The -I should point to the directory containing the openssl folder.
openssl