Print this page
remove lint supression made unnecessary by the openssl upgrade

@@ -875,11 +875,10 @@
 
         /*
          * Merge the two stacks of pkcs12 certs.
          */
         for (i = 0; i < sk_X509_num(i_anchors); i++) {
-                /* LINTED */
                 x = sk_X509_delete(i_anchors, i);
                 (void) sk_X509_push(o_anchors, x);
         }
 
         /*

@@ -1088,11 +1087,10 @@
 
         PKCS12_free(p12);
         p12 = NULL;
 
         for (i = 0; i < sk_X509_num(certs); i++) {
-                /* LINTED */
                 x = sk_X509_value(certs, i);
                 if (!one_name(sunw_issuer_attrs(x, buf, sizeof (buf) - 1),
                     nvl)) {
                         goto cleanup;
                 }