|
|
@ -11,3 +11,15 @@ index 2eab19b..a00f1ba 100755
|
|
|
|
eprint(f'Config for {config_name} for policy {policy_name} '
|
|
|
|
eprint(f'Config for {config_name} for policy {policy_name} '
|
|
|
|
'differs from the existing one')
|
|
|
|
'differs from the existing one')
|
|
|
|
return False
|
|
|
|
return False
|
|
|
|
|
|
|
|
diff --git a/python/policygenerators/openssl.py b/python/policygenerators/openssl.py
|
|
|
|
|
|
|
|
index 75940d8..6d97ff3 100644
|
|
|
|
|
|
|
|
--- a/python/policygenerators/openssl.py
|
|
|
|
|
|
|
|
+++ b/python/policygenerators/openssl.py
|
|
|
|
|
|
|
|
@@ -27,6 +27,7 @@ arch, links = platform.architecture()
|
|
|
|
|
|
|
|
library_path = '64'
|
|
|
|
|
|
|
|
if arch == '32bit':
|
|
|
|
|
|
|
|
library_path = ''
|
|
|
|
|
|
|
|
+print("I got such arch: %s" % arch)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GOST_MODULE_ENABLE = '''
|
|
|
|
|
|
|
|
[openssl_init]
|
|
|
|