aboutsummaryrefslogtreecommitdiff
path: root/test/drbgtest.c
diff options
context:
space:
mode:
authorBenjamin Kaduk <bkaduk@akamai.com>2017-07-19 17:18:16 -0500
committerBenjamin Kaduk <kaduk@mit.edu>2017-07-20 12:12:36 -0500
commit4468b6ed59a7e2afc145b3d260dfa096cb7eb2eb (patch)
treeb3039da1ba258437f9970fb1617b65744c49947c /test/drbgtest.c
parent63f483e10d4e04158be234ed431e9f03d707ad82 (diff)
downloadopenssl-4468b6ed59a7e2afc145b3d260dfa096cb7eb2eb.zip
openssl-4468b6ed59a7e2afc145b3d260dfa096cb7eb2eb.tar.gz
openssl-4468b6ed59a7e2afc145b3d260dfa096cb7eb2eb.tar.bz2
Remove trailing whitespace from drbgtest.c
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3971)
Diffstat (limited to 'test/drbgtest.c')
-rw-r--r--test/drbgtest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/drbgtest.c b/test/drbgtest.c
index 80d0b8b..37c5bde 100644
--- a/test/drbgtest.c
+++ b/test/drbgtest.c
@@ -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;