diff options
author | Raymii <RaymiiOrg@users.noreply.github.com> | 2015-05-29 05:10:59 +0200 |
---|---|---|
committer | Raymii <RaymiiOrg@users.noreply.github.com> | 2015-05-29 05:10:59 +0200 |
commit | fb8c75c27327c76120419ef6c6ba3c5cba861fb5 (patch) | |
tree | b56622cce101feabd818d413c75a6b2f10d5abeb | |
parent | 8988fd075de01b2e0c4ea406d426486ae482664a (diff) | |
parent | d3241d584bb5038649590001b4bf212aec803d20 (diff) | |
download | ssl-decoder-fb8c75c27327c76120419ef6c6ba3c5cba861fb5.zip ssl-decoder-fb8c75c27327c76120419ef6c6ba3c5cba861fb5.tar.gz ssl-decoder-fb8c75c27327c76120419ef6c6ba3c5cba861fb5.tar.bz2 |
Merge pull request #31 from ekohl/patch-1
Fix typo
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,7 +55,7 @@ The default timeout for checks is 2 seconds. If this is to fast for your interna ### OpenSSL compilation -If you want to use the latest OpenSSL and your distro doesn't shit with it you can compile your own OpenSSL and replace the system one. Do note that this might break stuff. +If you want to use the latest OpenSSL and your distro doesn't ship with it, you can compile your own OpenSSL and replace the system one. Do note that this might break stuff. cd /usr/local/src wget https://openssl.org/source/openssl-1.0.2.tar.gz @@ -635,4 +635,4 @@ Example response: } } } - }
\ No newline at end of file + } |