aboutsummaryrefslogtreecommitdiff
path: root/drivers/openssl/SCsub
Commit message (Collapse)AuthorAgeFilesLines
* SCons: using 1 env for all driversAriel Manzur2016-06-041-3/+3
| | | | | | | (cherry picked from commit 6cf2353305922f3464ff91ae1b137e747e1d2961) (cherry picked from commit 12bd9ee6f27c6d40f91e0bee7b150fea257463cb) (cherry picked from commit 4c4d79e3c98182faf348f41f98d1cc3e5d843e69) (cherry picked from commit dbb4c0c9b759a384b3c454f4629976cb69a399d7)
* cloning env for builtin_openssl _and_ openssl :)Ariel Manzur2016-05-121-3/+3
| | | | (cherry picked from commit baaa74f2153403044ab7570b920bc01317f8a047)
* Cosmetic fixes to SCons buildsystemRémi Verschelde2015-11-011-2/+0
| | | | | | - Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check
* -Added OpenSSL and HTTPS supportJuan Linietsky2014-04-281-0/+8
-Built-in version of the library for Windows, Android and iOS (other OSs use system one) -Small fixes all around