[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openssl-cvs
Subject:    [CVS] OpenSSL: OpenSSL_0_9_7-stable: openssl/crypto/rc2/ rc2speed.c
From:       "Nils Larsch" <nils () openssl ! org>
Date:       2006-02-28 20:15:57
Message-ID: 20060228201557.7EC5C1AC643F () master ! openssl ! org
[Download RAW message or body]

  OpenSSL CVS Repository
  http://cvs.openssl.org/
  ____________________________________________________________________________

  Server: cvs.openssl.org                  Name:   Nils Larsch
  Root:   /v/openssl/cvs                   Email:  nils@openssl.org
  Module: openssl                          Date:   28-Feb-2006 21:15:57
  Branch: OpenSSL_0_9_7-stable             Handle: 2006022820155600

  Modified files:           (Branch: OpenSSL_0_9_7-stable)
    openssl/crypto/rc2      rc2speed.c

  Log:
    fix "#ifndef HZ" statement
    
    PR: 1287

  Summary:
    Revision    Changes     Path
    1.11.2.1    +3  -3      openssl/crypto/rc2/rc2speed.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openssl/crypto/rc2/rc2speed.c
  ============================================================================
  $ cvs diff -u -r1.11 -r1.11.2.1 rc2speed.c
  --- openssl/crypto/rc2/rc2speed.c	7 Mar 2001 10:03:49 -0000	1.11
  +++ openssl/crypto/rc2/rc2speed.c	28 Feb 2006 20:15:56 -0000	1.11.2.1
  @@ -102,10 +102,10 @@
   #ifndef HZ
   #ifndef CLK_TCK
   #define HZ	100.0
  -#endif
  -#else /* CLK_TCK */
  +#else	/* CLK_TCK */
   #define HZ ((double)CLK_TCK)
  -#endif
  +#endif	/* CLK_TCK */
  +#endif	/* HZ */
   
   #define BUFSIZE	((long)1024)
   long run=0;
  @@ .
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
CVS Repository Commit List                     openssl-cvs@openssl.org
Automated List Manager                           majordomo@openssl.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic