Re: linking w/ correct libcrypto version?
Re: linking w/ correct libcrypto version?
- Subject: Re: linking w/ correct libcrypto version?
- From: Alex Rice <email@hidden>
- Date: Fri, 5 Dec 2003 00:38:47 -0700
On Dec 5, 2003, at 12:30 AM, Chris Ridd wrote:
This has come up before on the cocoa-dev list - search the archives for
"Linking to libcrypto".
The OpenSSL libraries are a bit of a mess. They're *not* generally
binary or
source compatible, so you can't link against 0.9.6 libs and expect it
to
work when the libs become the 0.9.7 versions. You can't include the
0.9.7
headers (from Panther) and link reliably against 0.9.6 libs either.
I think the summary was that if you build with the 10.2 SDK, you'll
include
the 0.9.6 headers and link against something that exists on Panther as
well.
Alternatively give in and stick a private copy of libcrypto in your
bundle
(or link statically). You'll then need to add a note in your readme and
program that you're including OpenSSL code.
Chris thanks for the quick info!
Blech! Does anyone another way to do SHA1 message digest in C? That's
*all* I'm using from libcrypto so I could just sever all ties with
libcrypto to make my life easier.
Alex Rice <email@hidden> | Mindlube Software |
<http://mindlube.com>
what a waste of thumbs that are opposable
to make machines that are disposable -Ani DiFranco
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.