~ubuntu-branches/ubuntu/maverick/openssl/maverick

« back to all changes in this revision

Viewing changes to apps/speed.c

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2006-05-15 16:00:58 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20060515160058-pg6lnbkkpkwpdj2e
Tags: upstream-0.9.8b
ImportĀ upstreamĀ versionĀ 0.9.8b

Show diffs side-by-side

added added

removed removed

Lines of Context:
2522
2522
        results[alg][run_no]=((double)count)/time_used*lengths[run_no];
2523
2523
        }
2524
2524
 
 
2525
#ifdef HAVE_FORK
2525
2526
static char *sstrsep(char **string, const char *delim)
2526
2527
    {
2527
2528
    char isdelim[256];
2553
2554
    return token;
2554
2555
    }
2555
2556
 
2556
 
#ifdef HAVE_FORK
2557
2557
static int do_multi(int multi)
2558
2558
        {
2559
2559
        int n;