Skip to content

Commit

Permalink
Merge pull request #1621 from dkpeall/master
Browse files Browse the repository at this point in the history
Update README.md SSL version check syntax
  • Loading branch information
k8s-ci-robot authored Nov 9, 2021
2 parents 9452118 + d95230b commit 33c5ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ brew install python
Once installed, you can query the version of OpenSSL like so:

```
python -c "import ssl; print ssl.OPENSSL_VERSION"
python -c "import ssl; print (ssl.OPENSSL_VERSION)"
```

You'll need a version with OpenSSL version 1.0.0 or later.
Expand Down

0 comments on commit 33c5ea9

Please sign in to comment.