• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Which SSL libraries to use?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Which SSL libraries to use?
      • From: "Shawn Erickson" <email@hidden>
  • Prev by Date: Build Styles corrupted?
  • Next by Date: Re: Which SSL libraries to use?
  • Previous by thread: Re: Build Styles corrupted?
  • Next by thread: Re: Which SSL libraries to use?
  • Index(es):
    • Date
    • Thread