Re: using a non standard openssl
Re: using a non standard openssl
- Subject: Re: using a non standard openssl
- From: "Mark Wagner" <email@hidden>
- Date: Thu, 2 Oct 2008 14:41:36 -0700
n Thu, Oct 2, 2008 at 12:04, Rich Collyer <email@hidden> wrote:
> I am digging through my linker flags and came across one that looks like it
> could be part of my problem.
> -lcrypto
> Does anyone know where this comes from, what it means, how to get rid of it?
"-lcrypto" means "link in the 'crypto' library using the best means
available", which generally means using the system .dylib. It may be
in the project settings, or it may be from adding libcrypto to your
project.
--
Mark Wagner
_______________________________________________
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