diff options
| -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 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") |
