We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a048274 commit ed5d728Copy full SHA for ed5d728
README.md
@@ -104,3 +104,20 @@ Changelog
104
* Modulated Code Base.
105
* Local Error Logging.
106
107
+
108
+**Help Section**
109
110
+This section contains helpful snippets.
111
112
+Check version of openssl being used by python
113
114
+ python
115
+ import ssl
116
+ ssl.OPENSSL_VERSION`
117
118
+Output
119
120
+ >>> import ssl
121
+ >>> ssl.OPENSSL_VERSION
122
+ 'OpenSSL 1.0.2j 26 Sep 2016'
123
+ >>>
0 commit comments