Version 0.10.0
diff --git a/oqs/oqs.py b/oqs/oqs.py
index 4f67184..0e92d63 100644
--- a/oqs/oqs.py
+++ b/oqs/oqs.py
@@ -30,7 +30,7 @@
# liboqs-python tries to automatically install and load this liboqs version in
# case no other version is found
-REQUIRE_OQS_VERSION = oqs_python_version()
+OQS_VERSION = oqs_python_version()
def _countdown(seconds):
@@ -120,9 +120,7 @@
assert _liboqs
except RuntimeError:
# We don't have liboqs, so we try to install it automatically
- _install_liboqs(
- target_directory=oqs_install_dir, oqs_version=REQUIRE_OQS_VERSION
- )
+ _install_liboqs(target_directory=oqs_install_dir, oqs_version=OQS_VERSION)
# Try loading it again
try:
_liboqs = _load_shared_obj(