guix: remove unused patch

This commit is contained in:
tobtoht 2023-03-29 09:55:26 +02:00
parent b326f6328a
commit 57b0be6ef2
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -1,13 +0,0 @@
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)