diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-10-24 19:27:12 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-10-24 19:27:12 +0100 |
commit | 15be181642d08337f94b89b49305e49c56a103a4 (patch) | |
tree | 1ceef3f86340ef3dc0e52191db3604dd4c67002f | |
parent | Wrap preparing the database in a transaction. Otherwise it will take many sec... (diff) | |
download | synapse-15be181642d08337f94b89b49305e49c56a103a4.tar.xz |
Add log message if we can't enable ECC. Require pyopenssl>=0.14 since 0.13 doesn't seem to have ECC
-rwxr-xr-x | setup.py | 1 | ||||
-rw-r--r-- | synapse/crypto/context_factory.py | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/setup.py b/setup.py |