From b1d59e76d3f6ebb5fdb08537593024e864331725 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 26 May 2015 20:02:50 -0400 Subject: bleh, fixed typos --- src/cryptography/hazmat/bindings/openssl/x509.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/cryptography/hazmat/bindings/openssl/x509.py b/src/cryptography/hazmat/bindings/openssl/x509.py index 262163e4..55b57206 100644 --- a/src/cryptography/hazmat/bindings/openssl/x509.py +++ b/src/cryptography/hazmat/bindings/openssl/x509.py @@ -315,7 +315,7 @@ EC_KEY *d2i_ECPrivateKey_bio(BIO *, EC_KEY **); int i2d_ECPrivateKey(EC_KEY *, unsigned char **); int i2d_ECPrivateKey_bio(BIO *, EC_KEY *); -EC_KEY *d2o_ECPrivateKey(EC_KEY **, const unsigned char **, long); +EC_KEY *o2i_ECPrivateKey(EC_KEY **, const unsigned char **, long); int i2o_ECPrivateKey(EC_KEY *, unsigned char **); // declared in safestack @@ -349,7 +349,7 @@ CONDITIONAL_NAMES = { "d2i_ECPrivateKey_bio", "i2d_ECPrivateKey", "i2d_ECPrivateKey_bio", - "i2o_ECPublicKey" - "o2i_ECPublicKey", + "i2o_ECPrivateKey" + "o2i_ECPrivateKey", ] } -- cgit v1.2.3