aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-06-28 22:51:51 +0200
committerRich Salz <rsalz@openssl.org>2016-06-29 09:56:39 -0400
commit6b4a77f56e14c002ce3cf960f622682be3b8424b (patch)
tree5fbdcaa46159cf3183f17e913f50b46c94e80080 /test
parent0485d5406a3b76dd02e73c1c7dcabebe64f9f8a2 (diff)
downloadopenssl-6b4a77f56e14c002ce3cf960f622682be3b8424b.zip
openssl-6b4a77f56e14c002ce3cf960f622682be3b8424b.tar.gz
openssl-6b4a77f56e14c002ce3cf960f622682be3b8424b.tar.bz2
Whitespace cleanup in apps
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1264)
Diffstat (limited to 'test')
-rw-r--r--test/bioprinttest.c2
-rw-r--r--test/ecdhtest_cavs.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/test/bioprinttest.c b/test/bioprinttest.c
index 6f591a1..b2d2622 100644
--- a/test/bioprinttest.c
+++ b/test/bioprinttest.c
@@ -197,7 +197,7 @@ int main(int argc, char **argv)
dofptest(test++, 66.0 + frac, width, prec, &fail);
dofptest(test++, 666.0 + frac, width, prec, &fail);
dofptest(test++, 6666.0 + frac, width, prec, &fail);
- dofptest(test++, 66666.0 + frac, width, prec, &fail);
+ dofptest(test++, 66666.0 + frac, width, prec, &fail);
}
/* Test excessively big number. Should fail */
diff --git a/test/ecdhtest_cavs.h b/test/ecdhtest_cavs.h
index ab3ac22..fee7011 100644
--- a/test/ecdhtest_cavs.h
+++ b/test/ecdhtest_cavs.h
@@ -10,10 +10,10 @@
#ifndef ECDHTEST_CAVS_H
#define ECDHTEST_CAVS_H
-/*
+/*
* co-factor ECDH KATs for NIST SP800-56A
* http://csrc.nist.gov/groups/STM/cavp/component-testing.html#ECCCDH
- * $ sha256sum KAS_ECC_CDH_PrimitiveTest.txt
+ * $ sha256sum KAS_ECC_CDH_PrimitiveTest.txt
* 456068d3f8aad8ac62a03d19ed3173f00ad51f42b51aeab4753c20f30c01cf23 KAS_ECC_CDH_PrimitiveTest.txt
*/