diff options
author | Laurens Van Houtven <_@lvh.cc> | 2014-06-20 14:18:49 +0200 |
---|---|---|
committer | Laurens Van Houtven <_@lvh.cc> | 2014-06-20 14:18:49 +0200 |
commit | 1349c3fe387d2dfb25364805587497d2debf0125 (patch) | |
tree | 3c171bdb54eed9cead38ecea884a090dfbfce32a | |
parent | d71ff1f0cce328ee8cc6912b37e443a01a9f9e3b (diff) | |
download | cryptography-1349c3fe387d2dfb25364805587497d2debf0125.tar.gz cryptography-1349c3fe387d2dfb25364805587497d2debf0125.tar.bz2 cryptography-1349c3fe387d2dfb25364805587497d2debf0125.zip |
Whitespace fix
-rw-r--r-- | cryptography/hazmat/bindings/openssl/err.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cryptography/hazmat/bindings/openssl/err.py b/cryptography/hazmat/bindings/openssl/err.py index 250bacae..8ed97d0b 100644 --- a/cryptography/hazmat/bindings/openssl/err.py +++ b/cryptography/hazmat/bindings/openssl/err.py @@ -28,7 +28,6 @@ struct ERR_string_data_st { }; typedef struct ERR_string_data_st ERR_STRING_DATA; - static const int ERR_LIB_EVP; static const int ERR_LIB_PEM; static const int ERR_LIB_ASN1; |