diff --git a/images/linux/scripts/SoftwareReport/SoftwareReport.Common.psm1 b/images/linux/scripts/SoftwareReport/SoftwareReport.Common.psm1 index 7dd80a97d..07356a30d 100644 --- a/images/linux/scripts/SoftwareReport/SoftwareReport.Common.psm1 +++ b/images/linux/scripts/SoftwareReport/SoftwareReport.Common.psm1 @@ -83,7 +83,7 @@ function Get-NodeVersion { } function Get-OpensslVersion { - return $(openssl version) + return "OpenSSL $(dpkg-query -W -f '${Version}' openssl)" } function Get-PerlVersion {