diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-07 07:38:33 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-07 07:38:33 -0700 |
commit | ad8b3548fe054d7744c22d2c5377b5cf3c704405 (patch) | |
tree | e47ee7e5cca997f482adb2bbbb96f7e104d3dc6f | |
parent | 0607b90f8852d3e84b6e76365aa9a2039a7f8070 (diff) | |
download | cryptography-ad8b3548fe054d7744c22d2c5377b5cf3c704405.tar.gz cryptography-ad8b3548fe054d7744c22d2c5377b5cf3c704405.tar.bz2 cryptography-ad8b3548fe054d7744c22d2c5377b5cf3c704405.zip |
Removed some commented out entries
-rw-r--r-- | cryptography/c/bio_filter.py | 1 | ||||
-rw-r--r-- | cryptography/c/evp_cipher_listing.py | 22 | ||||
-rw-r--r-- | cryptography/c/evp_md.py | 4 | ||||
-rw-r--r-- | cryptography/c/nid.py | 1 |
4 files changed, 0 insertions, 28 deletions
diff --git a/cryptography/c/bio_filter.py b/cryptography/c/bio_filter.py index 808ca020..06f4b6d4 100644 --- a/cryptography/c/bio_filter.py +++ b/cryptography/c/bio_filter.py @@ -51,5 +51,4 @@ FUNCTIONS = [ # BIO base64 'BIO_METHOD *BIO_f_base64(void);', # BIO zlib -# 'BIO_METHOD *BIO_f_zlib(void);', ] diff --git a/cryptography/c/evp_cipher_listing.py b/cryptography/c/evp_cipher_listing.py index 46967abc..23b485fd 100644 --- a/cryptography/c/evp_cipher_listing.py +++ b/cryptography/c/evp_cipher_listing.py @@ -52,10 +52,6 @@ FUNCTIONS = [ 'const EVP_CIPHER *EVP_cast5_cbc(void);', 'const EVP_CIPHER *EVP_cast5_cfb64(void);', 'const EVP_CIPHER *EVP_cast5_ofb(void);', -# 'const EVP_CIPHER *EVP_rc5_32_12_16_ecb(void);', -# 'const EVP_CIPHER *EVP_rc5_32_12_16_cbc(void);', -# 'const EVP_CIPHER *EVP_rc5_32_12_16_cfb64(void);', -# 'const EVP_CIPHER *EVP_rc5_32_12_16_ofb(void);', 'const EVP_CIPHER *EVP_aes_128_ecb(void);', 'const EVP_CIPHER *EVP_aes_128_cbc(void);', 'const EVP_CIPHER *EVP_aes_128_cfb1(void);', @@ -74,22 +70,4 @@ FUNCTIONS = [ 'const EVP_CIPHER *EVP_aes_256_cfb8(void);', 'const EVP_CIPHER *EVP_aes_256_cfb128(void);', 'const EVP_CIPHER *EVP_aes_256_ofb(void);', -# 'const EVP_CIPHER *EVP_camellia_128_ecb(void);', -# 'const EVP_CIPHER *EVP_camellia_128_cbc(void);', -# 'const EVP_CIPHER *EVP_camellia_128_cfb1(void);', -# 'const EVP_CIPHER *EVP_camellia_128_cfb8(void);', -# 'const EVP_CIPHER *EVP_camellia_128_cfb128(void);', -# 'const EVP_CIPHER *EVP_camellia_128_ofb(void);', -# 'const EVP_CIPHER *EVP_camellia_192_ecb(void);', -# 'const EVP_CIPHER *EVP_camellia_192_cbc(void);', -# 'const EVP_CIPHER *EVP_camellia_192_cfb1(void);', -# 'const EVP_CIPHER *EVP_camellia_192_cfb8(void);', -# 'const EVP_CIPHER *EVP_camellia_192_cfb128(void);', -# 'const EVP_CIPHER *EVP_camellia_192_ofb(void);', -# 'const EVP_CIPHER *EVP_camellia_256_ecb(void);', -# 'const EVP_CIPHER *EVP_camellia_256_cbc(void);', -# 'const EVP_CIPHER *EVP_camellia_256_cfb1(void);', -# 'const EVP_CIPHER *EVP_camellia_256_cfb8(void);', -# 'const EVP_CIPHER *EVP_camellia_256_cfb128(void);', -# 'const EVP_CIPHER *EVP_camellia_256_ofb(void);', ] diff --git a/cryptography/c/evp_md.py b/cryptography/c/evp_md.py index 12f71029..bad36f8c 100644 --- a/cryptography/c/evp_md.py +++ b/cryptography/c/evp_md.py @@ -42,7 +42,6 @@ FUNCTIONS = [ 'const EVP_MD *EVP_get_digestbynid(int n);', 'const EVP_MD *EVP_get_digestbyobj(const ASN1_OBJECT *o);', 'const EVP_MD *EVP_md_null(void);', -# 'const EVP_MD *EVP_md2(void);', 'const EVP_MD *EVP_md4(void);', 'const EVP_MD *EVP_md5(void);', 'const EVP_MD *EVP_sha(void);', @@ -54,10 +53,7 @@ FUNCTIONS = [ 'const EVP_MD *EVP_sha256(void);', 'const EVP_MD *EVP_sha384(void);', 'const EVP_MD *EVP_sha512(void);', -# 'const EVP_MD *EVP_mdc(void);', 'const EVP_MD *EVP_ripemd160(void);', -# 'const EVP_MD *EVP_dsa_sha(void);', -# 'const EVP_MD *EVP_dsa_sha1(void);', 'int EVP_MD_type(const EVP_MD *md);', 'int EVP_MD_pkey_type(const EVP_MD *md);', 'int EVP_MD_size(const EVP_MD *md);', diff --git a/cryptography/c/nid.py b/cryptography/c/nid.py index 8552f817..b24c8193 100644 --- a/cryptography/c/nid.py +++ b/cryptography/c/nid.py @@ -16,7 +16,6 @@ TYPES = [ 'static const int NID_dsa;', 'static const int NID_dsaWithSHA;', 'static const int NID_dsaWithSHA1;', -# 'static const int NID_md2;', 'static const int NID_md4;', 'static const int NID_md5;', 'static const int NID_mdc2;', |