aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.cc>2014-06-23 10:45:55 +0200
committerLaurens Van Houtven <_@lvh.cc>2014-06-23 10:45:55 +0200
commit83a536477c8eb887bd5213733e815688557c9702 (patch)
treeb3fc8bc941dbf78ae8842a7d5268bc3cb507abf2
parent517eb5338794e384b2e06b89952fb3184df7d009 (diff)
downloadcryptography-83a536477c8eb887bd5213733e815688557c9702.tar.gz
cryptography-83a536477c8eb887bd5213733e815688557c9702.tar.bz2
cryptography-83a536477c8eb887bd5213733e815688557c9702.zip
Fix cms.py comment style
-rw-r--r--cryptography/hazmat/bindings/openssl/cms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cryptography/hazmat/bindings/openssl/cms.py b/cryptography/hazmat/bindings/openssl/cms.py
index a3760f2c..cbf4b283 100644
--- a/cryptography/hazmat/bindings/openssl/cms.py
+++ b/cryptography/hazmat/bindings/openssl/cms.py
@@ -15,8 +15,8 @@ from __future__ import absolute_import, division, print_function
INCLUDES = """
#if !defined(OPENSSL_NO_CMS) && OPENSSL_VERSION_NUMBER >= 0x0090808fL
-// The next define should really be in the OpenSSL header, but it is missing.
-// Failing to include this on Windows causes compilation failures.
+/* The next define should really be in the OpenSSL header, but it is missing.
+ Failing to include this on Windows causes compilation failures. */
#if defined(OPENSSL_SYS_WINDOWS)
#include <windows.h>
#endif