Added debug patch for checking fail in build (added arch info)

i9 changed/i9/crypto-policies-20230731-1.git94f0e2c.el9_3.1.inferit.1.3
Alexey Berezhok 8 months ago
parent 915cfc3e9a
commit 51a2c8ba51

@ -11,3 +11,15 @@ index 2eab19b..a00f1ba 100755
eprint(f'Config for {config_name} for policy {policy_name} '
'differs from the existing one')
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]

Loading…
Cancel
Save