aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.cc>2014-06-23 10:47:00 +0200
committerLaurens Van Houtven <_@lvh.cc>2014-06-23 10:47:00 +0200
commit6f92af7c4fd5744e4ea8ac041374e1ee6d0c7f08 (patch)
tree995b825615dac54ead77880a0feb8532b2068818
parentf5491cd0ebaec1022a201c59b3d5caa0f3f46b7e (diff)
downloadcryptography-6f92af7c4fd5744e4ea8ac041374e1ee6d0c7f08.tar.gz
cryptography-6f92af7c4fd5744e4ea8ac041374e1ee6d0c7f08.tar.bz2
cryptography-6f92af7c4fd5744e4ea8ac041374e1ee6d0c7f08.zip
Fix err.py comment style
-rw-r--r--cryptography/hazmat/bindings/openssl/err.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cryptography/hazmat/bindings/openssl/err.py b/cryptography/hazmat/bindings/openssl/err.py
index 8ed97d0b..9c9b45c2 100644
--- a/cryptography/hazmat/bindings/openssl/err.py
+++ b/cryptography/hazmat/bindings/openssl/err.py
@@ -284,7 +284,7 @@ typedef uint32_t CRYPTO_THREADID;
void (*ERR_remove_thread_state)(const CRYPTO_THREADID *) = NULL;
#endif
-// OpenSSL 0.9.8h+
+/* OpenSSL 0.9.8h+ */
#if OPENSSL_VERSION_NUMBER >= 0x0090808fL
static const long Cryptography_HAS_098H_ERROR_CODES = 1;
#else
@@ -298,7 +298,7 @@ static const int ASN1_R_NO_MULTIPART_BODY_FAILURE = 0;
static const int ASN1_R_NO_MULTIPART_BOUNDARY = 0;
#endif
-// OpenSSL 0.9.8c+
+/* OpenSSL 0.9.8c+ */
#ifdef EVP_F_CAMELLIA_INIT_KEY
static const long Cryptography_HAS_098C_CAMELLIA_CODES = 1;
#else