Which SSL libraries to use?
Which SSL libraries to use?
- Subject: Which SSL libraries to use?
- From: Kurt Spaker <email@hidden>
- Date: Mon, 18 Sep 2006 19:14:52 -0400
- Organization: Asar Corporation
Hello,
I'm using XCode 2.2.1 to build a universal app. I've added SSL support and
gotten the code to compile by including:
#include <openssl/ssl.h>
#include <openssl/rand.h>
#include <openssl/md5.h>
But I get link errors for all SSL functions, Undefined Symbols:
_MD5_Final
_RAND_file_name
_SSL_accept
etc.
Despite adding the following libraries from MacOSX10.4u.SDK/usr/lib/
libssl.dylib
libcryto.dylib
libz.dylib,
each of these being an alias (libssl.dylib = libssl.0.9.7.dylib).
Can anyone tell me what SSL libraries I should be including or how to fix
this?
Kurt
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden