feature(main) rm crypto

This commit is contained in:
coderaiser 2014-08-15 08:45:12 -04:00
parent c4ff062c66
commit f24df53aa8
3 changed files with 2 additions and 3 deletions

View file

@ -14,7 +14,7 @@
httpAuth = main.require('http-auth'),
logger = main.require('morgan'),
Util = main.util,
crypto = main.crypto,
crypto = require('crypto'),
basic,
oldPass,
oldName,