We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09b90c commit 9852cd6Copy full SHA for 9852cd6
src/tls/BearSSLClient.cpp
@@ -321,11 +321,6 @@ int BearSSLClient::connectSSL(const char* host)
321
322
// #define DEBUGSERIAL Serial
323
324
-/* Define the prototype so that it can be found by the compiler,
325
- * the correct function is then assigned at link time.
326
- */
327
-extern "C" void br_ssl_engine_fail(br_ssl_engine_context *rc, int err);
328
-
329
int BearSSLClient::clientRead(void *ctx, unsigned char *buf, size_t len)
330
{
331
if (BearSSLClient::_sslio_closing) {
0 commit comments