tls: remove util and calls to util.format
authorMyles Borins <mborins@us.ibm.com>
Tue, 20 Oct 2015 20:29:18 +0000 (13:29 -0700)
committerJames M Snell <jasnell@gmail.com>
Wed, 23 Dec 2015 16:38:33 +0000 (08:38 -0800)
commitfe96c74f936f350f6bfd952181754b244d069d84
tree785b13de141703aa1282874455da40308230742a
parent3e2c38c3cfe5988a2279d772cef3e80a6b30943a
tls: remove util and calls to util.format

Currently util.format is being used for string templating in tls.
By replacing all of the instances of util.format with backtick
string we can remove the need to require util in tls all together.

PR-URL: https://github.com/nodejs/node/pull/3456
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Fedor Indutny <fedor@indutny.com>
lib/tls.js