I downloaded OpenSSL sources, and did the config, make, sudo make install trilogy.
config
make
sudo make install
I then built my project, linking in libcryp
If anybody is looking for a solution to build dynamic libraries, this is how to do it:
tar -xvzf ./Configure darwin-i386-cc -shared make
For 64 bit, run
./Configure darwin64-x86_64-cc -shared make