The OpenVPN readme file claims that OpenSSL is installed in case no installation parameters are provided. However, I noticed that this is not the case according to the Chocolatey installation script. This pull request adds the OpenSSL parameter which includes OpenSSL during the installation to ensure the installation script is in line with documentation.
@xlammertink thanks for the contribution!
Attention to detail appreciated - ensuring that the behavior reflected the documentation + dropping an extra space from the parameter list while you were at it.
The OpenVPN readme file claims that OpenSSL is installed in case no installation parameters are provided. However, I noticed that this is not the case according to the Chocolatey installation script. This pull request adds the
OpenSSL
parameter which includes OpenSSL during the installation to ensure the installation script is in line with documentation.https://github.com/dgalbraith/chocolatey-packages/blob/3f5827f0655055c8f460fbaaab375db3c98b868a/automatic/openvpn/README.md?plain=1#L53-L55 https://github.com/dgalbraith/chocolatey-packages/blob/3f5827f0655055c8f460fbaaab375db3c98b868a/automatic/openvpn/tools/chocolateyInstall.ps1#L81-L84