components/openssl/openssl-1.0.1/patches/102-wanboot.patch
changeset 4616 eeaf5255cb21
parent 4370 7043c27399f1
--- a/components/openssl/openssl-1.0.1/patches/102-wanboot.patch	Thu Jul 09 13:47:36 2015 -0700
+++ b/components/openssl/openssl-1.0.1/patches/102-wanboot.patch	Fri Jul 10 06:49:44 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 @@
      }