Skip to content

Commit ed5d728

Browse files
authored
Update README.md
1 parent a048274 commit ed5d728

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,20 @@ Changelog
104104
* Modulated Code Base.
105105
* Local Error Logging.
106106

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

Comments
 (0)