Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

lilili

macrumors newbie
Original poster
Feb 29, 2008
3
0
Hello everybody
I have a c source files that need ssl library.
In terminal i can compile it by giving -lssl and -lcrypto
But how do i do that in xcode,
Xcode complains about undefined symbol reference from

Thanks
 
wrong order of libs OpenSSL

Try linking with -lssl -lcrypto and -lcrypto -lssl (perhaps wrong order?) please tell me if it worked
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.