I am trying to build SQLCipher on my mac and getting fatal error after running make.
System : OS X El Capitan I installed openssl after following this instruction.
Before running make I statically linked libcrypto.a with command
./configure --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" \
LDFLAGS="/usr/local/opt/openssl/lib/libcrypto.a"
Error I got
sqlite3.c:18280:10: fatal error: 'openssl/rand.h' file not found
#include <openssl/rand.h>
^
1 error generated.
make: *** [sqlite3.lo] Error 1