From 330d41a4f10e28b60710ddd1e1c6889aa96a1d5f Mon Sep 17 00:00:00 2001 From: Hadinger Date: Fri, 17 Jan 2020 17:09:51 +0100 Subject: [PATCH] Sync with latest BearSSL --- lib/bearssl-esp8266/src/t_bearssl_ec.h | 2 +- lib/bearssl-esp8266/src/t_bearssl_ssl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bearssl-esp8266/src/t_bearssl_ec.h b/lib/bearssl-esp8266/src/t_bearssl_ec.h index 660bd5186..fbe69cc02 100644 --- a/lib/bearssl-esp8266/src/t_bearssl_ec.h +++ b/lib/bearssl-esp8266/src/t_bearssl_ec.h @@ -108,7 +108,7 @@ extern "C" { * * - The multipliers (integers) MUST be lower than the subgroup order. * If this property is not met, then the result is indeterminate, - * but an error value is not ncessearily returned. + * but an error value is not necessarily returned. * * * ## ECDSA diff --git a/lib/bearssl-esp8266/src/t_bearssl_ssl.h b/lib/bearssl-esp8266/src/t_bearssl_ssl.h index 8cd42d9f4..df0d44f08 100644 --- a/lib/bearssl-esp8266/src/t_bearssl_ssl.h +++ b/lib/bearssl-esp8266/src/t_bearssl_ssl.h @@ -2114,7 +2114,7 @@ void br_ssl_engine_sendapp_ack(br_ssl_engine_context *cc, size_t len); /** * \brief Get buffer for received application data. * - * If the engine has received application data from the peer, hen this + * If the engine has received application data from the peer, then this * call returns a pointer to the buffer from where such data shall be * read, and its length is written in `*len`. Otherwise, `*len` is set * to 0 and `NULL` is returned.