diff --git a/electrum/commands.py b/electrum/commands.py index 889243d80..6aef50cec 100644 --- a/electrum/commands.py +++ b/electrum/commands.py @@ -806,6 +806,8 @@ class Commands(Logger): ret["certifi.version"] = certifi.__version__ import dns ret["dnspython.version"] = dns.__version__ + import ssl + ret["openssl.version"] = ssl.OPENSSL_VERSION return ret