forked from wolfSSL/wolfssl
update README(.md) typo
This commit is contained in:
2
README
2
README
@ -6,7 +6,7 @@ longer supports static key cipher suites with PSK, RSA, or ECDH. This means
|
|||||||
if you plan to use TLS cipher suites you must enable DH (DH is on by default),
|
if you plan to use TLS cipher suites you must enable DH (DH is on by default),
|
||||||
or enable ECC (ECC is on by default on 64bit systems), or you must enable static
|
or enable ECC (ECC is on by default on 64bit systems), or you must enable static
|
||||||
key cipher suites with
|
key cipher suites with
|
||||||
WOLFSSL_STATI_DH
|
WOLFSSL_STATIC_DH
|
||||||
WOLFSSL_STATIC_RSA
|
WOLFSSL_STATIC_RSA
|
||||||
or
|
or
|
||||||
WOLFSSL_STATIC_PSK
|
WOLFSSL_STATIC_PSK
|
||||||
|
@ -7,7 +7,7 @@ longer supports static key cipher suites with PSK, RSA, or ECDH. This means
|
|||||||
if you plan to use TLS cipher suites you must enable DH (DH is on by default),
|
if you plan to use TLS cipher suites you must enable DH (DH is on by default),
|
||||||
or enable ECC (ECC is on by default on 64bit systems), or you must enable static
|
or enable ECC (ECC is on by default on 64bit systems), or you must enable static
|
||||||
key cipher suites with
|
key cipher suites with
|
||||||
WOLFSSL_STATI_DH
|
WOLFSSL_STATIC_DH
|
||||||
WOLFSSL_STATIC_RSA
|
WOLFSSL_STATIC_RSA
|
||||||
or
|
or
|
||||||
WOLFSSL_STATIC_PSK
|
WOLFSSL_STATIC_PSK
|
||||||
|
Reference in New Issue
Block a user