commit | e28eddc51fc7bf05a82cad2357f6644a2b880dd0 | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@openssl.org> | Sat Sep 08 15:58:51 2007 +0000 |
committer | Ben Laurie <ben@openssl.org> | Sat Sep 08 15:58:51 2007 +0000 |
tree | dcab8bb4795b5e6bd2dfec7b5cbe4fdeb8e524ae | |
parent | d82a612a9058eeb26a79161eac3fb978aa522ce9 [diff] |
Typo? Why did this work, anyway?
diff --git a/apps/apps.c b/apps/apps.c index d2b0c56..7bac3f3 100644 --- a/apps/apps.c +++ b/apps/apps.c
@@ -2602,7 +2602,7 @@ struct timeval now; static struct timeval tmstart; - if (usertime) getrusage(RUSAGE_SELF,&rus), now = rus.ru_time; + if (usertime) getrusage(RUSAGE_SELF,&rus), now = rus.ru_utime; else gettimeofday(&now,NULL); if (stop==TM_START) tmstart = now;