1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

double check on a bad signature

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@152 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich
2008-12-03 09:36:59 +00:00
parent 0abda1ca64
commit 85e157927a
3 changed files with 6 additions and 2 deletions

View File

@ -1734,7 +1734,7 @@ int process_certificate(SSL *ssl, X509_CTX **x509_ctx)
goto error;
}
DISPLAY_CERT(ssl, *chain);
/* DISPLAY_CERT(ssl, *chain); */
chain = &((*chain)->next);
offset += cert_size;
}