0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 04:02:15 +02:00

Minor README edit.

This commit is contained in:
James Yonan 2011-12-11 08:34:26 +00:00
parent f3e9239d80
commit d2acef57e2

15
test/ssl/README.txt Normal file
View File

@ -0,0 +1,15 @@
Building proto.cpp sample:
On Apple:
Build with Apple SSL client and OpenSSL server:
SSL_BOTH=1 build proto 2>&1 | g 'error:[^:]'
Build with OpenSSL client and OpenSSL server:
OSSL=1 build proto 2>&1 | g 'error:[^:]'
On other unix:
LTO=1 build proto