diff options
Diffstat (limited to 'contrib/python/cryptography/_cffi_src/openssl/objects.py')
| -rw-r--r-- | contrib/python/cryptography/_cffi_src/openssl/objects.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/python/cryptography/_cffi_src/openssl/objects.py b/contrib/python/cryptography/_cffi_src/openssl/objects.py index 236903d986a..87710f07f20 100644 --- a/contrib/python/cryptography/_cffi_src/openssl/objects.py +++ b/contrib/python/cryptography/_cffi_src/openssl/objects.py @@ -9,14 +9,14 @@ INCLUDES = """ """ TYPES = """ -typedef struct { - int type; - int alias; - const char *name; - const char *data; -} OBJ_NAME; - -static const long OBJ_NAME_TYPE_MD_METH; +typedef struct { + int type; + int alias; + const char *name; + const char *data; +} OBJ_NAME; + +static const long OBJ_NAME_TYPE_MD_METH; """ FUNCTIONS = """ |
