ssl.h linking error
ssl.h linking error
- Subject: ssl.h linking error
- From: dancedrummer <email@hidden>
- Date: Thu, 25 May 2006 16:35:37 -0700
I'm a bit of a lightweight. I'm trying to generate an sha-1 hash,
works fine when I compile with the Debug build style but I get the
following error when I compile with the Release build style.
Undefined symbols:
_SHA1
collect2: ld returned 1 exit status
I'm pretty sure it's a linking error as I can get it to compile
properly by simply turning on ZeroLink in the Release build style
settings but of course that is no good for an actual release.
I am including
#include <openssl/sha.h>
Using Xcode 2.2.1, OSX 10.4.6
Thanks!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden