forked from wolfSSL/wolfssl
fix typos
This commit is contained in:
@ -82,7 +82,7 @@ extern "C" {
|
||||
#ifdef MP_8BIT
|
||||
typedef unsigned char mp_digit;
|
||||
typedef unsigned short mp_word;
|
||||
#elif (defined(MP_16BIT) || defined(NO_64BIT))
|
||||
#elif defined(MP_16BIT) || defined(NO_64BIT)
|
||||
typedef unsigned short mp_digit;
|
||||
typedef unsigned int mp_word;
|
||||
#elif defined(MP_64BIT)
|
||||
|
@ -44,7 +44,7 @@ CYASSL_CTX* cipherSuiteCtx = NULL;
|
||||
|
||||
|
||||
#ifdef NO_OLD_TLS
|
||||
/* if the protcol versoin is less than tls 1.2 return 1, else 0 */
|
||||
/* if the protocol version is less than tls 1.2 return 1, else 0 */
|
||||
static int IsOldTlsVersion(const char* line)
|
||||
{
|
||||
const char* find = "-v ";
|
||||
|
Reference in New Issue
Block a user