aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-cryptography/0001-remove-some-more-constants-we-don-t-need-5361.patch
blob: ef5a5971316db9da6e1d8528e2977888c2f3f56b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 513720d786816eb66296f8701b1377afc9e151f4 Mon Sep 17 00:00:00 2001
From: Paul Kehrer <paul.l.kehrer@gmail.com>
Date: Thu, 30 Jul 2020 09:44:31 -0500
Subject: [PATCH] remove some more constants we don't need (#5361)

these are gone in 3.0 anyway and were removed in that draft PR
---
 src/_cffi_src/openssl/crypto.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/_cffi_src/openssl/crypto.py b/src/_cffi_src/openssl/crypto.py
index d8835442..1a6dbbcd 100644
--- a/src/_cffi_src/openssl/crypto.py
+++ b/src/_cffi_src/openssl/crypto.py
@@ -23,10 +23,6 @@ static const int OPENSSL_CFLAGS;
 static const int OPENSSL_BUILT_ON;
 static const int OPENSSL_PLATFORM;
 static const int OPENSSL_DIR;
-static const int CRYPTO_MEM_CHECK_ON;
-static const int CRYPTO_MEM_CHECK_OFF;
-static const int CRYPTO_MEM_CHECK_ENABLE;
-static const int CRYPTO_MEM_CHECK_DISABLE;
 """
 
 FUNCTIONS = """