--- apps.c 2014-10-15 13:53:39.000000000 +0100 +++ apps/apps.c 2015-01-05 21:02:13.650018727 +0000 @@ -3009,9 +3009,11 @@ double app_tminterval(int stop,int usert struct rusage rus; struct timeval now; static struct timeval tmstart; - +#if !defined(OPENSSL_SYS_AMIGAOS3) if (usertime) getrusage(RUSAGE_SELF,&rus), now = rus.ru_utime; - else gettimeofday(&now,NULL); + else +#endif + gettimeofday(&now,NULL); if (stop==TM_START) tmstart = now; else ret = ( (now.tv_sec+now.tv_usec*1e-6)