Re: Dynamic Linking
Re: Dynamic Linking
- Subject: Re: Dynamic Linking
- From: Derrell Piper <email@hidden>
- Date: Wed, 27 Mar 2002 15:30:23 -0800
On Wednesday, March 27, 2002, at 02:41 PM, Jason Moore
<email@hidden> wrote:
libcrypto.0.9.dylib
libcrypto.dylib
libssl.0.9.dylib
libssl.dylib
Two of those are just symlinks pointing to the versioned
libraries ('ls -la'). You can use 'nm' to see what's in each:
% nm libcrypto.dylib | more
In general, the raw crypto transforms tend to live in libcrypto
whereas libssl has the protocol library for SSL/SSH/SCP, et al.,
along with all the 'openssl' shell support.
Derrell
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.