components/openssl/common/patches/033-cert_chain.patch
changeset 4483 968b00fdc69d
parent 4370 7043c27399f1
child 4616 eeaf5255cb21
--- a/components/openssl/common/patches/033-cert_chain.patch	Fri Jun 12 13:46:55 2015 -0700
+++ b/components/openssl/common/patches/033-cert_chain.patch	Mon Jun 15 11:40:20 2015 -0700
@@ -205,6 +205,6 @@
          flags |= X509_V_FLAG_CHECK_SS_SIGNATURE;
 +    else if (!strcmp(arg, "-partial_chain"))
 +        flags |= X509_V_FLAG_PARTIAL_CHAIN;
+     else if (!strcmp(arg, "-no_alt_chains"))
+         flags |= X509_V_FLAG_NO_ALT_CHAINS;
      else
-         return 0;
-