1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

minor fix

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@132 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich 2007-10-03 07:26:10 +00:00
parent 18cde1355d
commit 7ac1528ecd
2 changed files with 3 additions and 3 deletions

View File

@ -2045,8 +2045,8 @@ EXP_FUNC void STDCALL ssl_display_error(int error_code) {}
#ifdef CONFIG_BINDINGS #ifdef CONFIG_BINDINGS
#if !defined(CONFIG_SSL_ENABLE_CLIENT) #if !defined(CONFIG_SSL_ENABLE_CLIENT)
EXP_FUNC SSL * STDCALL ssl_client_new(SSL_CTX *ssl_ctx, EXP_FUNC SSL * STDCALL ssl_client_new(SSL_CTX *ssl_ctx, int client_fd, const
int client_fd, const uint8_t *session_id) uint8_t *session_id, uint8_t sess_id_size)
{ {
printf(unsupported_str); printf(unsupported_str);
return NULL; return NULL;

File diff suppressed because one or more lines are too long