From 6c272f097b422ea2cd6b1ec2a3b3806c3296987d Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 9 Sep 2013 17:31:47 -0500 Subject: Accurate friendly string name example text --- 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 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") -- cgit v1.2.3