1
0
Fork 0

Fix whitespace

This commit is contained in:
Mason Simon 2018-05-27 19:22:44 -07:00
parent fa8830b003
commit 92c4cffaa6
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ ngx_int_t randbytes(u_char *out, int num_bytes) {
return NGX_ERROR;
}
arc4random_buf(out, num_bytes);
return NGX_OK;