c8tsender icon indicating copy to clipboard operation
c8tsender copied to clipboard

Security/SecureTransport.h compilation error

Open dragouf opened this issue 7 years ago • 1 comments

I'm trying to compile your project on linux and I get Security/SecureTransport.h: No such file or directory How I can fix that ?

Sorry if it's a basic question but I have only few knowledge in c++.

dragouf avatar Mar 17 '18 21:03 dragouf

I ran into this as well, and it looks like SecureTransport.h is a OSX-specific header file / library, e.g. https://github.com/Apple-FOSS-Mirror/Security/blob/master/libsecurity_ssl/Security/SecureTransport.h

matthijskooijman avatar Feb 10 '19 17:02 matthijskooijman