From 5e866f7191cf307720811ac87364cd36e7fd990b Mon Sep 17 00:00:00 2001 From: gesslerpd Date: Tue, 16 Jan 2018 09:07:23 -0600 Subject: Add bindings for SSL_OP_NO_DTLS* (#4079) * + bindings for SSL_OP_NO_DTLS* * + conditional for not HAS_GENERIC_DTLS_METHOD * flag SSL_OP_NO_DTLS* for unsupported deletion --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 60f90063..cdc4b6ad 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,5 @@ htmlcov/ *.egg-info/ *.egg .eggs/ -*.py[co] +*.py[cdo] .hypothesis/ -- cgit v1.2.3