summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-17 18:00:18 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-12-17 18:00:18 -0600
commitdb254840b5f4a3eb429624d870ae7acf7c33674c (patch)
treed8012cd0de4632144881a461b1828862804d9e3a
parent9f90dcabc3ebabcde9f2df2821f3453f52e883fc (diff)
downloadcryptography-db254840b5f4a3eb429624d870ae7acf7c33674c.tar.gz
british english? never heard of it.
-rw-r--r--src/cryptography/hazmat/backends/openssl/ec.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptography/hazmat/backends/openssl/ec.py b/src/cryptography/hazmat/backends/openssl/ec.py
index a2a90d17a..e413d5254 100644
--- a/src/cryptography/hazmat/backends/openssl/ec.py
+++ b/src/cryptography/hazmat/backends/openssl/ec.py
@@ -55,8 +55,8 @@ def _ec_key_curve_sn(backend, ec_key):
def _mark_asn1_named_ec_curve(backend, ec_cdata):
"""
Set the named curve flag on the EC_KEY. This causes OpenSSL to
- serialise EC keys along with their curve OID which makes
- deserialisation easier.
+ serialize EC keys along with their curve OID which makes
+ deserialization easier.
"""
backend._lib.EC_KEY_set_asn1_flag(