1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-05 13:16:13 +03:00

changed test for ssl_renegotiation failure

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@173 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich
2010-05-09 09:18:03 +00:00
parent e686f3b6c6
commit 92b07bc18d
2 changed files with 12 additions and 9 deletions

View File

@@ -252,7 +252,6 @@ void x509_free(X509_CTX *x509_ctx)
#endif
RSA_free(x509_ctx->rsa_ctx);
next = x509_ctx->next;
free(x509_ctx);
x509_free(next); /* clear the chain */