diff options
Diffstat (limited to 'src/_cffi_src/openssl/cms.py')
-rw-r--r-- | src/_cffi_src/openssl/cms.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/_cffi_src/openssl/cms.py b/src/_cffi_src/openssl/cms.py index fb87bd37..a5493d68 100644 --- a/src/_cffi_src/openssl/cms.py +++ b/src/_cffi_src/openssl/cms.py @@ -45,9 +45,6 @@ static const int CMS_DEBUG_DECRYPT; """ FUNCTIONS = """ -""" - -MACROS = """ BIO *BIO_new_CMS(BIO *, CMS_ContentInfo *); int i2d_CMS_bio_stream(BIO *, CMS_ContentInfo *, BIO *, int); int PEM_write_bio_CMS_stream(BIO *, CMS_ContentInfo *, BIO *, int); |