PolarSSL: update to current stable version (1.3.4)

I just removed Externals/polarssl/, added the new version, then deleted
the following files/directories:

DartConfiguration.tcl
Makefile
doxygen/
library/Makefile
programs/
scripts/
tests/
visualc/
This commit is contained in:
Tillmann Karras
2014-02-04 09:56:38 +01:00
parent 7be3dae988
commit d025d63fd6
152 changed files with 33088 additions and 13751 deletions

View File

@ -82,7 +82,7 @@ void md2_starts( md2_context *ctx )
ctx->left = 0;
}
static void md2_process( md2_context *ctx )
void md2_process( md2_context *ctx )
{
int i, j;
unsigned char t = 0;