aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cffi_src/openssl/crypto.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-08-26 19:57:37 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2016-08-26 07:57:37 -0400
commitfea3b129b5013d251f31de18b2642c22317b6ba3 (patch)
tree6c32bbf091b4946a9d18b866b9070345dbcd794e /src/_cffi_src/openssl/crypto.py
parent5f1e88debc6e88652820ab7566b77ef8d278dbab (diff)
downloadcryptography-fea3b129b5013d251f31de18b2642c22317b6ba3.tar.gz
cryptography-fea3b129b5013d251f31de18b2642c22317b6ba3.tar.bz2
cryptography-fea3b129b5013d251f31de18b2642c22317b6ba3.zip
remove a few more unneeded and no longer extant functions for 1.1.0 (#3110)
Diffstat (limited to 'src/_cffi_src/openssl/crypto.py')
-rw-r--r--src/_cffi_src/openssl/crypto.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/_cffi_src/openssl/crypto.py b/src/_cffi_src/openssl/crypto.py
index bf5366b2..f5d53961 100644
--- a/src/_cffi_src/openssl/crypto.py
+++ b/src/_cffi_src/openssl/crypto.py
@@ -33,8 +33,6 @@ static const int CRYPTO_LOCK_SSL;
FUNCTIONS = """
int CRYPTO_mem_ctrl(int);
-int CRYPTO_is_mem_check_on(void);
-void CRYPTO_mem_leaks(struct bio_st *);
"""
MACROS = """