diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-03-09 08:51:58 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-03-09 08:51:58 -0400 |
commit | 610b48a2a0a9232e9346238ab67d09a04d3d919a (patch) | |
tree | 466e849275df59b4a1173448a6453db69ee6f86d | |
parent | 3b3b4938ca31a17cf3ac8cb72e0e8ae0c111ff15 (diff) | |
download | cryptography-610b48a2a0a9232e9346238ab67d09a04d3d919a.tar.gz cryptography-610b48a2a0a9232e9346238ab67d09a04d3d919a.tar.bz2 cryptography-610b48a2a0a9232e9346238ab67d09a04d3d919a.zip |
nicer formatting for the macro
-rw-r--r-- | src/_cffi_src/openssl/asn1.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/_cffi_src/openssl/asn1.py b/src/_cffi_src/openssl/asn1.py index 95bb0f2e..6f0de33d 100644 --- a/src/_cffi_src/openssl/asn1.py +++ b/src/_cffi_src/openssl/asn1.py @@ -159,7 +159,6 @@ CUSTOMIZATIONS = """ pyOpenSSL versions older than whatever resolves https://github.com/pyca/pyopenssl/issues/431 */ #if !defined(M_ASN1_TIME_dup) -#define M_ASN1_TIME_dup(a) (ASN1_TIME *)\ - ASN1_STRING_dup((const ASN1_STRING *)a) +#define M_ASN1_TIME_dup(a) (ASN1_TIME *)ASN1_STRING_dup((const ASN1_STRING *)a) #endif """ |