diff options
author | Vladimir Didenko <cow@altlinux.org> | 2014-11-27 19:34:00 +0300 |
---|---|---|
committer | Vladimir Didenko <cow@altlinux.org> | 2014-11-27 19:34:00 +0300 |
commit | 345277a6422fb2ea25ec00d132908a0b5680f65e (patch) | |
tree | dd7d0c5d76b40ff651388f440391160341f4a7ae | |
parent | 8cea74116bac1ad913c63eb55297af300cef6b91 (diff) | |
download | cryptography-345277a6422fb2ea25ec00d132908a0b5680f65e.tar.gz cryptography-345277a6422fb2ea25ec00d132908a0b5680f65e.tar.bz2 cryptography-345277a6422fb2ea25ec00d132908a0b5680f65e.zip |
Remove stray space
-rw-r--r-- | src/cryptography/hazmat/bindings/openssl/x509_vfy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/x509_vfy.py b/src/cryptography/hazmat/bindings/openssl/x509_vfy.py index ed1ec58f..6f05f4d7 100644 --- a/src/cryptography/hazmat/bindings/openssl/x509_vfy.py +++ b/src/cryptography/hazmat/bindings/openssl/x509_vfy.py @@ -131,7 +131,7 @@ int X509_verify_cert(X509_STORE_CTX *); X509_STORE *X509_STORE_new(void); void X509_STORE_free(X509_STORE *); int X509_STORE_add_cert(X509_STORE *, X509 *); -int X509_STORE_load_locations (X509_STORE *, const char *, const char *); +int X509_STORE_load_locations(X509_STORE *, const char *, const char *); int X509_STORE_set_default_paths(X509_STORE *); /* X509_STORE_CTX */ |