diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-01 10:05:47 -0700 | 
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-01 10:05:47 -0700 | 
| commit | 30176cedde60094f011c7b55f58d1d83d54cc5ed (patch) | |
| tree | c182fa3645fe1c07cfd5c739609b93537f90a01b | |
| parent | 32ecb669c6b0c3b5eed25121f977d9bd9e983662 (diff) | |
| download | cryptography-30176cedde60094f011c7b55f58d1d83d54cc5ed.tar.gz cryptography-30176cedde60094f011c7b55f58d1d83d54cc5ed.tar.bz2 cryptography-30176cedde60094f011c7b55f58d1d83d54cc5ed.zip  | |
Rewrite this comment
| -rw-r--r-- | cryptography/bindings/openssl/api.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/bindings/openssl/api.py b/cryptography/bindings/openssl/api.py index f4e5ab3d..58885ab7 100644 --- a/cryptography/bindings/openssl/api.py +++ b/cryptography/bindings/openssl/api.py @@ -39,7 +39,7 @@ class API(object):              self.ffi.cdef(module.FUNCTIONS)              includes.append(module.INCLUDES) -        # Be very loud about everything else +        # Turn any warnings into an error          extra_compile_args = ["-Werror"]          if sys.platform == "darwin":              # All of OpenSSL is deprecated on OS X, so we ignore this.  | 
