Hi Richard,
        Is that a generic Itanium routine or
is that specifically for 32-bit?  The only
reason I ask is that we compile for both 
32 and 64-bit address pointers when putting
together our VMS kit.

Thanks,
Kevin.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Richard Levitte
Sent: Thursday, April 21, 2005 5:10 AM
To: [EMAIL PROTECTED]
Subject: [CVS] OpenSSL: openssl/crypto/ cryptlib.c

  OpenSSL CVS Repository
  http://cvs.openssl.org/
 
________________________________________________________________________
____

  Server: cvs.openssl.org                  Name:   Richard Levitte
  Root:   /e/openssl/cvs                   Email:  [EMAIL PROTECTED]
  Module: openssl                          Date:   21-Apr-2005 11:10:19
  Branch: HEAD                             Handle: 2005042110101900

  Modified files:
    openssl/crypto          cryptlib.c

  Log:
    Provide a default OPENSSL_ia32cap_loc for non-Intel platforms where
    util/libeay.num is important when building shared libraries, like
    VMS.

  Summary:
    Revision    Changes     Path
    1.58        +2  -0      openssl/crypto/cryptlib.c
 
________________________________________________________________________
____

  patch -p0 <<'@@ .'
  Index: openssl/crypto/cryptlib.c
 
========================================================================
====
  $ cvs diff -u -r1.57 -r1.58 cryptlib.c
  --- openssl/crypto/cryptlib.c 13 Apr 2005 15:41:11 -0000      1.57
  +++ openssl/crypto/cryptlib.c 21 Apr 2005 09:10:19 -0000      1.58
  @@ -569,6 +569,8 @@
   }
   #endif
   
  +#else
  +unsigned long *OPENSSL_ia32cap_loc(void) { return NULL; }
   #endif
   #if !defined(OPENSSL_CPUID_SETUP)
   void OPENSSL_cpuid_setup(void) {}
  @@ .
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
CVS Repository Commit List                     [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to