From 107a14bfb39f73c4cae989fce38a20e725517d79 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 19 Oct 2013 09:56:06 -0700 Subject: Alphebetize these things. --- cryptography/bindings/openssl/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3