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

Removed some printfs in skeleton mode

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@258 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich
2016-07-05 20:16:05 +00:00
committed by Yasuki Ikeuchi
parent 6d0a2c03c3
commit 106a59cf23
3 changed files with 12 additions and 9 deletions

View File

@ -85,8 +85,6 @@ SSL * SSL_new(SSL_CTX *ssl_ctx)
ssl = ssl_new(ssl_ctx, -1); /* fd is set later */
#ifdef CONFIG_SSL_ENABLE_CLIENT
ssl_func_type
if (ssl_func_type == SSLv3_client_method ||
ssl_func_type == TLSv1_client_method)
{