Minor error message fix

This commit is contained in:
Michael Mclaughlin 2016-11-23 19:01:06 +00:00
parent e9c598ab82
commit ba0fd7319f
1 changed files with 1 additions and 5 deletions

View File

@ -604,11 +604,7 @@
i = k / 7;
} else {
CRYPTO = false;
if (ERRORS) {
raise( 14, 'crypto unavailable',
crypto.getRandomValues || crypto.randomBytes );
}
if (ERRORS) raise( 14, 'crypto unavailable', crypto );
}
}