Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use binary or operator for enabling TLS1.2 (#6)
Using `+=` technically works once but will keep incrementing the value enabling other versions and then overflowing. Not really sure why I used it.
- Loading branch information