Using libssl in xCode
- by kanedo
Hello,
I have tried to include openssl (I try to implement a ssh client) and I've added libssl.dylib to my XCode Project. But I don't know which header I have to include to use it.
Can anyone show me a tutorial how to use libssl in xcode?
thanks