From f0a7b848f44a7ce82553d503284611de9fd01c7e Mon Sep 17 00:00:00 2001 From: Tobias Hintze Date: Thu, 17 Mar 2016 11:34:03 +0100 Subject: [PATCH] whitespace fix --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f7a8cc..56cb112 100644 --- a/README.md +++ b/README.md @@ -41,15 +41,16 @@ NOTE: To run WTP you must have a wireless card that has Linux driver based on th * libxml2-dev * wolfssl 3.8 or newer + ### Build WolfSSL: ./configure --enable-dtls --enable-ipv6 --enable-aesgcm \ --enable-aesccm --enable-aesni --enable-poly1305 \ - --enable-ecc --enable-ecc25519 --enable-chacha \ - --enable-supportedcurves --enable-dh --enable-psk \ - --disable-des3 --disable-arc4 --prefix=/usr/ + --enable-ecc --enable-ecc25519 --enable-chacha \ + --enable-supportedcurves --enable-dh --enable-psk \ + --disable-des3 --disable-arc4 --prefix=/usr/ make make install