mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 09:29:37 +00:00
019d87c5a6
Some checks failed
ci/gh-actions/build / build-ubuntu-without-scanner (push) Has been cancelled
ci/gh-actions/guix / cache-sources (push) Has been cancelled
ci/gh-actions/guix / aarch64-linux-gnu (push) Has been cancelled
ci/gh-actions/guix / arm-linux-gnueabihf (push) Has been cancelled
ci/gh-actions/guix / arm64-apple-darwin (push) Has been cancelled
ci/gh-actions/guix / riscv64-linux-gnu (push) Has been cancelled
ci/gh-actions/guix / x86_64-apple-darwin (push) Has been cancelled
ci/gh-actions/guix / x86_64-linux-gnu.no-tor-bundle (push) Has been cancelled
ci/gh-actions/guix / x86_64-linux-gnu.pack (push) Has been cancelled
ci/gh-actions/guix / x86_64-linux-gnu (push) Has been cancelled
ci/gh-actions/guix / x86_64-w64-mingw32.installer (push) Has been cancelled
ci/gh-actions/guix / x86_64-w64-mingw32 (push) Has been cancelled
ci/gh-actions/guix / bundle-logs (push) Has been cancelled
13 lines
421 B
Diff
13 lines
421 B
Diff
diff --git a/oscrypto/__init__.py b/oscrypto/__init__.py
|
|
index eb27313..371ab24 100644
|
|
--- a/oscrypto/__init__.py
|
|
+++ b/oscrypto/__init__.py
|
|
@@ -302,3 +302,8 @@ def load_order():
|
|
'oscrypto._win.tls',
|
|
'oscrypto.tls',
|
|
]
|
|
+
|
|
+
|
|
+paths = '@GUIX_OSCRYPTO_USE_OPENSSL@'.split(',')
|
|
+assert len(paths) == 2, 'Value for OSCRYPTO_USE_OPENSSL env var must be two paths separated by a comma'
|
|
+use_openssl(*paths)
|