I've just successfully compiled an OpenVPN build 2.2.2 on my computer using the tutorial here: http://community.openvpn.net/openvpn/wi ... gOnWindows and I have to say it is brilliant. I have very little programming knowledge but was able to compile all the dependencies and the main OpenVPN build without a major problem. Thanks a lot to the author of the tutorial!
Now, my question, something I noticed when I run the newly compiled build is that the first line of the log says:
Code: Select all
Sat Jan 04 21:40:06 2014 OpenVPN 2.2.2 Win32-MSVC++ [SSL] [LZO2] built on Jan 4 2014
Code: Select all
Sat Jan 04 21:41:33 2014 OpenVPN 2.2.2 Win32-MSVC++ [SSL] [LZO2] [PKCS11] built on Dec 15 2011
I used build_all python script to build OpenVPN and there were no errors or warnings during the compilation.
I'd be happy if you can clear things for me a bit. Thanks!