From 5a1a076131bbadb3f7133193c629b0151ccbe550 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Wed, 26 Aug 2015 12:27:28 -0400 Subject: [PATCH] update README(.md) typo --- README | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index cb6981bc9..7cefa1a65 100644 --- a/README +++ b/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), or enable ECC (ECC is on by default on 64bit systems), or you must enable static key cipher suites with - WOLFSSL_STATI_DH + WOLFSSL_STATIC_DH WOLFSSL_STATIC_RSA or WOLFSSL_STATIC_PSK diff --git a/README.md b/README.md index 0907664f2..102effa42 100644 --- a/README.md +++ b/README.md @@ -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), or enable ECC (ECC is on by default on 64bit systems), or you must enable static key cipher suites with - WOLFSSL_STATI_DH + WOLFSSL_STATIC_DH WOLFSSL_STATIC_RSA or WOLFSSL_STATIC_PSK