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

List:       openssl-cvs
Subject:    [CVS] OpenSSL: OpenSSL_0_9_8-stable: openssl/crypto/rc2/ rc2speed.c
From:       "Nils Larsch" <nils () openssl ! org>
Date:       2006-02-28 20:08:49
Message-ID: 20060228200849.0CEC31AC64A7 () 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:08:48
  Branch: OpenSSL_0_9_8-stable             Handle: 2006022820084600

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

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

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

  patch -p0 <<'@@ .'
  Index: openssl/crypto/rc2/rc2speed.c
  ============================================================================
  $ cvs diff -u -r1.12 -r1.12.2.1 rc2speed.c
  --- openssl/crypto/rc2/rc2speed.c	28 Nov 2003 13:10:46 -0000	1.12
  +++ openssl/crypto/rc2/rc2speed.c	28 Feb 2006 20:08:46 -0000	1.12.2.1
  @@ -105,10 +105,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