File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -846,7 +846,7 @@ Constants
846
846
The version string of the OpenSSL library loaded by the interpreter::
847
847
848
848
>>> ssl.OPENSSL_VERSION
849
- 'OpenSSL 0.9.8k 25 Mar 2009 '
849
+ 'OpenSSL 1.0.2k 26 Jan 2017 '
850
850
851
851
.. versionadded :: 3.2
852
852
@@ -856,7 +856,7 @@ Constants
856
856
OpenSSL library::
857
857
858
858
>>> ssl.OPENSSL_VERSION_INFO
859
- (0, 9, 8 , 11, 15)
859
+ (1, 0, 2 , 11, 15)
860
860
861
861
.. versionadded :: 3.2
862
862
@@ -865,9 +865,9 @@ Constants
865
865
The raw version number of the OpenSSL library, as a single integer::
866
866
867
867
>>> ssl.OPENSSL_VERSION_NUMBER
868
- 9470143
868
+ 268443839
869
869
>>> hex(ssl.OPENSSL_VERSION_NUMBER)
870
- '0x9080bf '
870
+ '0x100020bf '
871
871
872
872
.. versionadded :: 3.2
873
873
You can’t perform that action at this time.
0 commit comments