| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 04fa28e commit 114f9d6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,9 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | const common = require('../common'); | |
| 3 | + if (!common.hasCrypto) { | ||
| 4 | + common.skip('missing crypto'); | ||
| 5 | + return; | ||
| 6 | + } | ||
| 3 | 7 | const assert = require('assert'); | |
| 4 | 8 | ||
| 5 | 9 | const tls = require('tls'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments