diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-19 09:56:06 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-19 09:56:06 -0700 |
commit | 107a14bfb39f73c4cae989fce38a20e725517d79 (patch) | |
tree | ce2e01f78e0d3d4871ed976acc01481a636884e4 | |
parent | b4b54558779bb2a41998dc03400fb6c91004aa4a (diff) | |
download | cryptography-107a14bfb39f73c4cae989fce38a20e725517d79.tar.gz cryptography-107a14bfb39f73c4cae989fce38a20e725517d79.tar.bz2 cryptography-107a14bfb39f73c4cae989fce38a20e725517d79.zip |
Alphebetize these things.
-rw-r--r-- | cryptography/bindings/openssl/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/bindings/openssl/api.py b/cryptography/bindings/openssl/api.py index 6d3c82eb..dd954b01 100644 --- a/cryptography/bindings/openssl/api.py +++ b/cryptography/bindings/openssl/api.py @@ -41,8 +41,8 @@ class API(object): "rand", "rsa", "ssl", + "x509", "x509name", - "x509" ] def __init__(self): |