Check for openSSL version in SConstruct.

* Uses the platform specific openssl binary to detect the current version.
This commit is contained in:
Tom Ritchford
2014-05-28 15:01:04 -04:00
committed by Vinnie Falco
parent 2b0034667d
commit 39a387b54c
2 changed files with 30 additions and 1 deletions

View File

@@ -69,6 +69,8 @@ class __System(object):
else:
raise Exception('Unknown system platform "' + self.name + '"')
self.platform = self.distro or self.name
def __str__(self):
return self.__display