aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography/hazmat/bindings/openssl/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'cryptography/hazmat/bindings/openssl/conf.py')
-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);
"""