Cant compile for Openssl

96 views
Skip to first unread message

scott coleman

unread,
Jul 13, 2015, 1:55:05 PM7/13/15
to sqlc...@googlegroups.com

I'm trying to get the current sqlcipher to build for Openssl. I'm linking against an Open ssl build I know works.

I think the problem is I've compiled my openSSL with FIPS.

I've removed the security framework, and I've addded to /usr/local/ssl/Release-iphoneos/include to the "header search path" of the project, and /usr/local/ssl/Release-iphoneos/libcrypto.a to the "other linker flags" of the project

(My openssl is installed at /usr/local/ssl/Release-iphoneos/ - I've confirmed it works ok with other programs.)

On compile I get error:

FIPS_rand_bytes((unsigned char *)buffer, length) Implicit declaration of function FIPS_rand_bytes is invalid in C99.

In rand.h my openssl include directory there is a int RAND_bytes() defined but in the openssl source code there is a macro (in fipssyms.h) that changes RAND_bytes to FIPS_rand_bytes()


Scott Coleman

scott....@tee2.org

Reply all
Reply to author
Forward
0 new messages