We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bde2e19 + 6bfa414 commit 690dbadCopy full SHA for 690dbad
swat/clib.py
@@ -79,6 +79,9 @@ def _import_pyswat():
79
'/usr/lib64/libssl.so.1.1*',
80
'/usr/lib/x86_64-linux-gnu/libssl.so.1.1*',
81
os.path.join(sys.prefix, 'lib', 'libssl.so.1.1*'),
82
+ '/usr/lib64/libssl.so.3',
83
+ '/usr/lib/x86_64-linux-gnu/libssl.so.3',
84
+ os.path.join(sys.prefix, 'lib', 'libssl.so.3'),
85
]
86
87
libcrypto_locs = [
0 commit comments