cocos2d-x-3rd-party-libs-bin icon indicating copy to clipboard operation
cocos2d-x-3rd-party-libs-bin copied to clipboard

No headers for crypto and ssl prebuilt libraries

Open aardvarkk opened this issue 7 years ago • 1 comments

I have a Cocos project that was trying to include a copy of crypto. It seems, though, that I'm unable to use my own version of the crypto library because it conflicts with the Cocos version. It seems the Cocos version is relatively recent, but since I don't have the header files for it I can't make sure my code is using the same calling conventions as the prebuilt library.

Why aren't the headers for crypto and ssl packaged up in the external dependencies? Why are these prebuilt libraries packaged up into curl rather than just having Cocos depend on openssl separately?

aardvarkk avatar Nov 02 '16 04:11 aardvarkk

It's in openssl folder now.

dumganhar avatar Feb 20 '17 03:02 dumganhar