We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a2004 commit 41a6bc6Copy full SHA for 41a6bc6
ChangeLog
@@ -2,6 +2,7 @@ Easy-RSA 3 ChangeLog
2
3
3.0.9 (TBD)
4
* Upgrade OpenSSL from 1.1.0j to 1.1.1g for Windows (#405)
5
+ * Fix --version so it uses EASYRSA_OPENSSL (#416)
6
7
3.0.8 (2020-09-09)
8
* Provide --version option (#372)
easyrsa3/easyrsa
@@ -2377,7 +2377,7 @@ print_version()
2377
EasyRSA Version Information
2378
Version: ~VER~
2379
Generated: ~DATE~
2380
-SSL Lib: $(openssl version)
+SSL Lib: $($EASYRSA_OPENSSL version)
2381
Git Commit: ~GITHEAD~
2382
Source Repo: https://github.com/OpenVPN/easy-rsa
2383
HERE
0 commit comments