• 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
Re: Dynamic Linking
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Font in NSOutlineView (newbie question)
  • Next by Date: check out the spreadsheet control! and NSTextViewCell Overlapping its bounds
  • Previous by thread: Re: Dynamic Linking
  • Next by thread: Intelligently resizing table columns
  • Index(es):
    • Date
    • Thread