Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor fixes and "hopefully" compatible to Ubuntu 16.04
* dtls/__init__.py: Removed wrapper import * dtls/openssl.py: Fixed line endings to LF * dtls/patch.py: Removed PROTOCOL_SSLv3 import and fixed line endings to LF * dtls/sslconnection.py: Fixed line endings to LF * dtls/test/certs/*_ec.pem: Fixed line endings to LF * dtls/test/echo_seq.py: Fixed line endings to LF * dtls/test/simple_client.py: Fixed line endings to LF * dtls/test/unit.py: Fixed line endings to LF * dtls/test/unit_wrapper.py: Corrected wrapper import and fixed line endings to LF * dtls/util.py: Fixed line endings to LF * dtls/wrapper.py: Corrected function naming to wrap_client() and wrap_server(); Fixed line endings to LF * dtls/x509.py: Fixed line endings to LF
- Loading branch information