projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9093c9
)
Remove useless setting.
author
Dr. Stephen Henson
<steve@openssl.org>
Wed, 4 May 2011 01:09:52 +0000
(
01:09
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Wed, 4 May 2011 01:09:52 +0000
(
01:09
+0000)
fips/fips_test_suite.c
patch
|
blob
|
history
diff --git
a/fips/fips_test_suite.c
b/fips/fips_test_suite.c
index 5aee06ca34a7f7ae575b4862786c91c8f0d29c1d..58dd669b266554b4cb014fdd00fc86d6d1ba89d3 100644
(file)
--- a/
fips/fips_test_suite.c
+++ b/
fips/fips_test_suite.c
@@
-840,7
+840,6
@@
static int post_cb(int op, int id, int subid, void *ex)
printf("\t\t\tTook %f seconds\n",
(double)((end.tv_sec+end.tv_nsec*1e-9)
- (start.tv_sec+start.tv_nsec*1e-9)));
- start = end;
#endif
break;