Replace OpenSSL with PolarSSL

Works on windows, not yet cmake.
This commit is contained in:
Matthew Parlane
2013-08-15 20:47:47 +12:00
parent 3f46f26c49
commit fede38985e
397 changed files with 71420 additions and 33049 deletions

View File

@ -23,7 +23,9 @@
#ifdef _MSC_VER
/* on MS environments, the inline keyword is available in C++ only */
#if !defined(inline)
#define inline __inline
#endif
/* ssize_t is also not available (copy/paste from MinGW) */
#ifndef _SSIZE_T_DEFINED
#define _SSIZE_T_DEFINED