| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3eb61b0 commit a49146e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,10 +5,9 @@ const fs = require('fs'); | |||
| 5 | 5 | ||
| 6 | 6 | // Tests that calling disableRenegotiation on a TLSSocket stops renegotiation. | |
| 7 | 7 | ||
| 8 | - if (!common.hasCrypto) { | ||
| 8 | + if (!common.hasCrypto) | ||
| 9 | 9 | common.skip('missing crypto'); | |
| 10 | - return; | ||
| 11 | - } | ||
| 10 | + | ||
| 12 | 11 | const tls = require('tls'); | |
| 13 | 12 | ||
| 14 | 13 | const options = { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments