update README(.md) typo

This commit is contained in:
John Safranek
2015-08-26 12:27:28 -04:00
parent 7d067dfec6
commit 5a1a076131
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -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

View File

@ -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