Browse code

Updated README.polarssl with build system changes.

Signed-off-by: Adriaan de Jong <dejong@fox-it.com>
Acked-by: David Sommerseth <davids@redhat.com>
Message-Id: 1333351687-3732-6-git-send-email-dejong@fox-it.com
URL: http://article.gmane.org/gmane.network.openvpn.devel/6209
Signed-off-by: David Sommerseth <davids@redhat.com>

Adriaan de Jong authored on 2012/04/02 16:28:07
Showing 1 changed files
... ...
@@ -3,11 +3,11 @@ instructions:
3 3
 
4 4
 To Build and Install,
5 5
 
6
-	./configure --with-ssl-type=polarssl
6
+	./configure --with-crypto-library=polarssl
7 7
 	make
8 8
 	make install
9 9
 
10
-This version depends on at least PolarSSL v0.99.
10
+This version depends on at least PolarSSL v1.1.
11 11
 
12 12
 *************************************************************************
13 13