aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-06-09 09:46:12 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-06-09 09:46:12 -0700
commit1ec10e342d711b1d3fb3310280c378513108df13 (patch)
tree567eee4f42d32c949bec4b7d19299b536b06be37 /cryptography
parent4e456f06d1b87ab215d826d420c219f1200613e6 (diff)
downloadcryptography-1ec10e342d711b1d3fb3310280c378513108df13.tar.gz
cryptography-1ec10e342d711b1d3fb3310280c378513108df13.tar.bz2
cryptography-1ec10e342d711b1d3fb3310280c378513108df13.zip
Fixed up a few issues
Diffstat (limited to 'cryptography')
-rw-r--r--cryptography/hazmat/bindings/openssl/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/hazmat/bindings/openssl/conf.py b/cryptography/hazmat/bindings/openssl/conf.py
index e4957712..001a0707 100644
--- a/cryptography/hazmat/bindings/openssl/conf.py
+++ b/cryptography/hazmat/bindings/openssl/conf.py
@@ -22,7 +22,7 @@ typedef ... CONF;
"""
FUNCTIONS = """
-void OPENSSL_config(const char*);
+void OPENSSL_config(const char *);
void OPENSSL_no_config(void);
"""