Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove WIN32, WIN64 and MINGW32 tentacles. | miod | 2014-04-28 | 1 | -3/+1 |
| | | | | | | | | Also check for _LP64 rather than __arch64__ (the former being more reliable than __LP64__ or __arch64__) to tell 64-bit int platforms apart from 32-bit int platforms. Loosely based upon a diff from Martijn van Duren on tech@ | ||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -6/+6 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | Import OpenSSL 1.0.1g | miod | 2014-04-13 | 1 | -7/+11 |
| | |||||
* | import OpenSSL-1.0.1c | djm | 2012-10-13 | 1 | -0/+357 |