summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2007-09-08 15:58:51 +0000
committerBen Laurie <ben@openssl.org>2007-09-08 15:58:51 +0000
commite28eddc51fc7bf05a82cad2357f6644a2b880dd0 (patch)
treedcab8bb4795b5e6bd2dfec7b5cbe4fdeb8e524ae /apps
parentd82a612a9058eeb26a79161eac3fb978aa522ce9 (diff)
Typo? Why did this work, anyway?
Diffstat (limited to 'apps')
-rw-r--r--apps/apps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/apps.c b/apps/apps.c
index d2b0c565a0..7bac3f3e29 100644
--- a/apps/apps.c
+++ b/apps/apps.c
@@ -2602,7 +2602,7 @@ double app_tminterval(int stop,int usertime)
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;