aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-05-26 20:35:54 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-05-26 20:35:54 -0400
commit50f9a3fb049f635b53d4a21a645a8ae666244230 (patch)
tree245e55a78e51e296483e52d419c737b4d8128561
parent8ac357f7ee5af833099f0c1349422155778711a7 (diff)
downloadcryptography-50f9a3fb049f635b53d4a21a645a8ae666244230.tar.gz
cryptography-50f9a3fb049f635b53d4a21a645a8ae666244230.tar.bz2
cryptography-50f9a3fb049f635b53d4a21a645a8ae666244230.zip
missing comma
-rw-r--r--src/cryptography/hazmat/bindings/openssl/x509.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/x509.py b/src/cryptography/hazmat/bindings/openssl/x509.py
index 0e161acb..6f12b725 100644
--- a/src/cryptography/hazmat/bindings/openssl/x509.py
+++ b/src/cryptography/hazmat/bindings/openssl/x509.py
@@ -354,7 +354,7 @@ CONDITIONAL_NAMES = {
"d2i_ECPrivateKey_bio",
"i2d_ECPrivateKey",
"i2d_ECPrivateKey_bio",
- "i2o_ECPublicKey"
+ "i2o_ECPublicKey",
"o2i_ECPublicKey",
]
}