| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,12 +1,12 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | - var assert = require('assert'); | ||
| 3 | - var common = require('../common'); | ||
| 2 | + const assert = require('assert'); | ||
| 3 | + const common = require('../common'); | ||
| 4 | 4 | ||
| 5 | 5 | if (!common.hasCrypto) { | |
| 6 | 6 | common.skip('missing crypto'); | |
| 7 | 7 | return; | |
| 8 | 8 | } | |
| 9 | - var tls = require('tls'); | ||
| 9 | + const tls = require('tls'); | ||
| 10 | 10 | ||
| 11 | 11 | // Omitting the cert or pfx option to tls.createServer() should not throw. | |
| 12 | 12 | // AECDH-NULL-SHA is a no-authentication/no-encryption cipher and hence | |
| Back | FazBrowse Home | New Git URL |
0 commit comments