aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-09-09 17:31:47 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-09-09 17:32:12 -0500
commit6c272f097b422ea2cd6b1ec2a3b3806c3296987d (patch)
tree07964062cfd90034b305cc21b4f43264aa8296cf
parenteb49db17f85c1a359e319df1a9adadcc8ee7236f (diff)
downloadcryptography-6c272f097b422ea2cd6b1ec2a3b3806c3296987d.tar.gz
cryptography-6c272f097b422ea2cd6b1ec2a3b3806c3296987d.tar.bz2
cryptography-6c272f097b422ea2cd6b1ec2a3b3806c3296987d.zip
Accurate friendly string name example text
-rw-r--r--cryptography/bindings/openssl/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/bindings/openssl/api.py b/cryptography/bindings/openssl/api.py
index 2c8fae3d..fb68e21e 100644
--- a/cryptography/bindings/openssl/api.py
+++ b/cryptography/bindings/openssl/api.py
@@ -58,7 +58,7 @@ class API(object):
def openssl_version_text(self):
""" Friendly string name of linked OpenSSL.
- Example: OpenSSL 1.0.1e Feb 11, 2013
+ Example: OpenSSL 1.0.1e 11 Feb 2013
"""
return self._ffi.string(api._lib.OPENSSL_VERSION_TEXT).decode("ascii")