aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurens Van Houtven <_@lvh.cc>2014-06-23 10:40:25 +0200
committerLaurens Van Houtven <_@lvh.cc>2014-06-23 10:40:25 +0200
commitd575f06817008d9d9ffa4defc397b817a24ce76c (patch)
tree7baeaf91b5ec6ced7dacdaa58ebfd10cb2efa855
parent006f5ff269371c0adc9a04d2744875a1ee7b64c8 (diff)
downloadcryptography-d575f06817008d9d9ffa4defc397b817a24ce76c.tar.gz
cryptography-d575f06817008d9d9ffa4defc397b817a24ce76c.tar.bz2
cryptography-d575f06817008d9d9ffa4defc397b817a24ce76c.zip
Fix rsa.py comment style
-rw-r--r--cryptography/hazmat/bindings/openssl/rsa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/hazmat/bindings/openssl/rsa.py b/cryptography/hazmat/bindings/openssl/rsa.py
index c6356101..cb8e701e 100644
--- a/cryptography/hazmat/bindings/openssl/rsa.py
+++ b/cryptography/hazmat/bindings/openssl/rsa.py
@@ -80,7 +80,7 @@ CUSTOMIZATIONS = """
#if OPENSSL_VERSION_NUMBER >= 0x10000000
static const long Cryptography_HAS_PSS_PADDING = 1;
#else
-// see evp.py for the definition of Cryptography_HAS_PKEY_CTX
+/* see evp.py for the definition of Cryptography_HAS_PKEY_CTX */
static const long Cryptography_HAS_PSS_PADDING = 0;
int (*EVP_PKEY_CTX_set_rsa_padding)(EVP_PKEY_CTX *, int) = NULL;
int (*EVP_PKEY_CTX_set_rsa_pss_saltlen)(EVP_PKEY_CTX *, int) = NULL;