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:
parent
19a20046ca
commit
41a6bc6845
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user