components/openssl/openssl-1.0.1/patches/30_wanboot.patch
branchs11-update
changeset 4626 d5dbb6652eec
parent 4461 68eb2fdf9b3a
--- a/components/openssl/openssl-1.0.1/patches/30_wanboot.patch	Fri Jul 10 20:29:35 2015 +0000
+++ b/components/openssl/openssl-1.0.1/patches/30_wanboot.patch	Fri Jul 10 14:15:09 2015 -0700
@@ -69,12 +69,12 @@
 
  static void
 @@ -453,6 +459,7 @@
- solaris_dynlock_lock(int mode, struct CRYPTO_dynlock_valud *dynlock,
+ solaris_dynlock_lock(int mode, struct CRYPTO_dynlock_value *dynlock,
      const char *file, int line)
  {
 +#ifndef    _BOOT
      int        ret;
-
+ 
      if (mode & CRYPTO_LOCK) {
 @@ -462,6 +469,7 @@
      }
@@ -386,9 +386,9 @@
 --- openssl-1.0.0e/crypto/sparcv9cap.c	2010-09-05 12:48:01.000000000 -0700
 +++ openssl-1.0.0e_patched/crypto/sparcv9cap.c	2011-12-23 05:24:02.011607700 -0800
 @@ -12,7 +12,11 @@
- #define SPARCV9_VIS2            (1<<3) /* reserved */		
+ #define SPARCV9_VIS2            (1<<3) /* reserved */
  #define SPARCV9_FMADD           (1<<4) /* reserved for SPARC64 V */
-
+ 
 +#ifndef        _BOOT
  static int OPENSSL_sparcv9cap_P = SPARCV9_TICK_PRIVILEGED;
 +#else