From 491fd7cc5aefff8064039d073331b41a2f606a63 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 27 Jun 2017 11:15:37 -1000 Subject: Funcs macros gone (#3695) * No more FUNCS/MACROS distinction * change the docs to not talk about MACROS since they're gone * remove out of date comment --- src/_cffi_src/openssl/ocsp.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/_cffi_src/openssl/ocsp.py') diff --git a/src/_cffi_src/openssl/ocsp.py b/src/_cffi_src/openssl/ocsp.py index 5865dba1..ea3e5ad1 100644 --- a/src/_cffi_src/openssl/ocsp.py +++ b/src/_cffi_src/openssl/ocsp.py @@ -54,9 +54,6 @@ OCSP_REQUEST *OCSP_REQUEST_new(void); void OCSP_REQUEST_free(OCSP_REQUEST *); int OCSP_request_add1_nonce(OCSP_REQUEST *, unsigned char *, int); int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *, int, void *, int, unsigned long); -""" - -MACROS = """ OCSP_REQUEST *d2i_OCSP_REQUEST_bio(BIO *, OCSP_REQUEST **); OCSP_RESPONSE *d2i_OCSP_RESPONSE_bio(BIO *, OCSP_RESPONSE **); int i2d_OCSP_REQUEST_bio(BIO *, OCSP_REQUEST *); -- cgit v1.2.3