Skip to content

Commit

Permalink
Use $EASYRSA_OPENSSL instead of $PATH
Browse files Browse the repository at this point in the history
Silly bug on my part.

Fixes OpenVPN#416

Signed-off-by: Eric F Crist <[email protected]>
  • Loading branch information
ecrist committed Nov 7, 2020
1 parent 19a2004 commit 41a6bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41a6bc6

Please sign in to comment.