summaryrefslogtreecommitdiffstats
path: root/contrib/python/cryptography/_cffi_src/openssl/objects.py
diff options
context:
space:
mode:
authortorkve <[email protected]>2022-02-10 16:48:23 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:23 +0300
commitf9cfbeee51d5849127bb58793a2edcdfd7bb91bb (patch)
treef7c863cfcc3f1cb6de7f77e11fec2ae60868c8fb /contrib/python/cryptography/_cffi_src/openssl/objects.py
parent5eefa17021221fd267f1dd5f9d63d2493d131a8a (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/cryptography/_cffi_src/openssl/objects.py')
-rw-r--r--contrib/python/cryptography/_cffi_src/openssl/objects.py16
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 = """