diff options
Diffstat (limited to 'cryptography/c/nid.py')
-rw-r--r-- | cryptography/c/nid.py | 1 |
1 files changed, 0 insertions, 1 deletions
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;', |