commit | f5491cd0ebaec1022a201c59b3d5caa0f3f46b7e | [log] [tgz] |
---|---|---|
author | Laurens Van Houtven <_@lvh.cc> | Mon Jun 23 10:46:47 2014 +0200 |
committer | Laurens Van Houtven <_@lvh.cc> | Mon Jun 23 10:46:47 2014 +0200 |
tree | 16c2d5ffce7986da762f1d8f7c37765439fa3dde | |
parent | 83a536477c8eb887bd5213733e815688557c9702 [diff] |
Fix nid.py comment style
diff --git a/cryptography/hazmat/bindings/openssl/nid.py b/cryptography/hazmat/bindings/openssl/nid.py index ea6fd4d..7fa0866 100644 --- a/cryptography/hazmat/bindings/openssl/nid.py +++ b/cryptography/hazmat/bindings/openssl/nid.py
@@ -193,7 +193,7 @@ """ CUSTOMIZATIONS = """ -// OpenSSL 0.9.8g+ +/* OpenSSL 0.9.8g+ */ #if OPENSSL_VERSION_NUMBER >= 0x0090807fL static const long Cryptography_HAS_ECDSA_SHA2_NIDS = 1; #else