Skip to content

Commit 41a6bc6

Browse files
committed
Use $EASYRSA_OPENSSL instead of $PATH
Silly bug on my part. Fixes OpenVPN#416 Signed-off-by: Eric F Crist <[email protected]>
1 parent 19a2004 commit 41a6bc6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Easy-RSA 3 ChangeLog
22

33
3.0.9 (TBD)
44
* Upgrade OpenSSL from 1.1.0j to 1.1.1g for Windows (#405)
5+
* Fix --version so it uses EASYRSA_OPENSSL (#416)
56

67
3.0.8 (2020-09-09)
78
* Provide --version option (#372)

easyrsa3/easyrsa

+1-1
Original file line numberDiff line numberDiff line change
@@ -2377,7 +2377,7 @@ print_version()
23772377
EasyRSA Version Information
23782378
Version: ~VER~
23792379
Generated: ~DATE~
2380-
SSL Lib: $(openssl version)
2380+
SSL Lib: $($EASYRSA_OPENSSL version)
23812381
Git Commit: ~GITHEAD~
23822382
Source Repo: https://github.com/OpenVPN/easy-rsa
23832383
HERE

0 commit comments

Comments
 (0)