Use $EASYRSA_OPENSSL instead of $PATH

Silly bug on my part.

Fixes #416

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2020-11-06 20:50:37 -06:00
parent 19a20046ca
commit 41a6bc6845
No known key found for this signature in database
GPG Key ID: 72964219390D0D0E
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ Easy-RSA 3 ChangeLog
3.0.9 (TBD)
* Upgrade OpenSSL from 1.1.0j to 1.1.1g for Windows (#405)
* Fix --version so it uses EASYRSA_OPENSSL (#416)
3.0.8 (2020-09-09)
* Provide --version option (#372)

View File

@ -2377,7 +2377,7 @@ print_version()
EasyRSA Version Information
Version: ~VER~
Generated: ~DATE~
SSL Lib: $(openssl version)
SSL Lib: $($EASYRSA_OPENSSL version)
Git Commit: ~GITHEAD~
Source Repo: https://github.com/OpenVPN/easy-rsa
HERE