summaryrefslogtreecommitdiffstats
path: root/contrib/python/cryptography/_cffi_src/openssl/err.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/err.py
parent5eefa17021221fd267f1dd5f9d63d2493d131a8a (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/cryptography/_cffi_src/openssl/err.py')
-rw-r--r--contrib/python/cryptography/_cffi_src/openssl/err.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/python/cryptography/_cffi_src/openssl/err.py b/contrib/python/cryptography/_cffi_src/openssl/err.py
index 0dd7414674f..b0c1a0f618c 100644
--- a/contrib/python/cryptography/_cffi_src/openssl/err.py
+++ b/contrib/python/cryptography/_cffi_src/openssl/err.py
@@ -9,13 +9,13 @@ INCLUDES = """
"""
TYPES = """
-static const int EVP_F_EVP_ENCRYPTFINAL_EX;
-static const int EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH;
-static const int EVP_R_BAD_DECRYPT;
-static const int EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM;
-static const int PKCS12_R_PKCS12_CIPHERFINAL_ERROR;
-static const int PEM_R_UNSUPPORTED_ENCRYPTION;
-static const int EVP_R_UNKNOWN_PBE_ALGORITHM;
+static const int EVP_F_EVP_ENCRYPTFINAL_EX;
+static const int EVP_R_DATA_NOT_MULTIPLE_OF_BLOCK_LENGTH;
+static const int EVP_R_BAD_DECRYPT;
+static const int EVP_R_UNSUPPORTED_PRIVATE_KEY_ALGORITHM;
+static const int PKCS12_R_PKCS12_CIPHERFINAL_ERROR;
+static const int PEM_R_UNSUPPORTED_ENCRYPTION;
+static const int EVP_R_UNKNOWN_PBE_ALGORITHM;
static const int ERR_LIB_EVP;
static const int ERR_LIB_PEM;