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

« back to all changes in this revision

Viewing changes to crypto/rc2/rc2speed.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:
105
105
#ifndef HZ
106
106
#ifndef CLK_TCK
107
107
#define HZ      100.0
108
 
#endif
109
 
#else /* CLK_TCK */
 
108
#else   /* CLK_TCK */
110
109
#define HZ ((double)CLK_TCK)
111
 
#endif
 
110
#endif  /* CLK_TCK */
 
111
#endif  /* HZ */
112
112
 
113
113
#define BUFSIZE ((long)1024)
114
114
long run=0;