mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
some late fixes
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@82 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
@ -2020,7 +2020,7 @@ EXP_FUNC SSL * STDCALL ssl_client_new(SSL_CTX *ssl_ctx,
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_SSL_CERT_VERIFICATION)
|
||||
EXP_FUNC int STDCALL ssl_verify_cert(SSL *ssl)
|
||||
EXP_FUNC int STDCALL ssl_verify_cert(const SSL *ssl)
|
||||
{
|
||||
printf(unsupported_str);
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user