diff options
Diffstat (limited to 'server/helpers/peertube-crypto.ts')
-rw-r--r-- | server/helpers/peertube-crypto.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/helpers/peertube-crypto.ts b/server/helpers/peertube-crypto.ts index a4e9672e6..feb32a4cd 100644 --- a/server/helpers/peertube-crypto.ts +++ b/server/helpers/peertube-crypto.ts | |||
@@ -1,7 +1,7 @@ | |||
1 | import crypto = require('crypto') | 1 | import * as crypto from 'crypto' |
2 | import bcrypt = require('bcrypt') | 2 | import * as bcrypt from 'bcrypt' |
3 | import fs = require('fs') | 3 | import * as fs from 'fs' |
4 | import openssl = require('openssl-wrapper') | 4 | import * as openssl from 'openssl-wrapper' |
5 | import { join } from 'path' | 5 | import { join } from 'path' |
6 | 6 | ||
7 | import { | 7 | import { |