提交 4468b6ed 编写于 作者: B Benjamin Kaduk 提交者: Benjamin Kaduk

Remove trailing whitespace from drbgtest.c

Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3971)
上级 63f483e1
......@@ -323,7 +323,7 @@ static int error_check(DRBG_SELFTEST_DATA *td)
*/
/* Test too small nonce */
if (dctx->min_nonce) {
if (dctx->min_nonce) {
t.noncelen = dctx->min_nonce - 1;
if (!init(dctx, td, &t)
|| RAND_DRBG_instantiate(dctx, td->pers, td->perslen) > 0
......@@ -366,7 +366,7 @@ static int error_check(DRBG_SELFTEST_DATA *td)
|| !uninstantiate(dctx))
goto err;
/* Instantiate again with valid data */
/* Instantiate again with valid data */
if (!instantiate(dctx, td, &t))
goto err;
reseed_counter_tmp = dctx->reseed_counter;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册