aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/build_openssl.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-03-22 09:26:08 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-03-22 09:26:08 -0400
commit42062cc8afa3446a7dde1c5dcbe6839b793b91b0 (patch)
treeaa97ab5b392fcca611ea4a0679ef5cfbd8c80cc9 /src/_cffi_src/build_openssl.py
parentbca951ebd869cb6c911cd6bba52b2d798366b409 (diff)
downloadcryptography-42062cc8afa3446a7dde1c5dcbe6839b793b91b0.tar.gz
cryptography-42062cc8afa3446a7dde1c5dcbe6839b793b91b0.tar.bz2
cryptography-42062cc8afa3446a7dde1c5dcbe6839b793b91b0.zip
First pass at adding SCT bindings (#3471)
* First pass at adding bindings for CT functions. No conditionals yet. * add a stack typedef as well * Don't try to include this header if we're on an older OpenSSL * wire up the conditional stuff * bunch o' nonsense to get it to compile on old openssl * I hate libressl
Diffstat (limited to 'src/_cffi_src/build_openssl.py')
-rw-r--r--src/_cffi_src/build_openssl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_cffi_src/build_openssl.py b/src/_cffi_src/build_openssl.py
index 4d2d2c6f..7e8fb34b 100644
--- a/src/_cffi_src/build_openssl.py
+++ b/src/_cffi_src/build_openssl.py
@@ -64,6 +64,7 @@ ffi = build_ffi_for_binding(
"cms",
"conf",
"crypto",
+ "ct",
"dh",
"dsa",
"ec",