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 ce8f56727e
commit dda5fd7390

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