Print this page
4853 illumos-gate is not lint-clean when built with openssl 1.0

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/openssl/libsunw_crypto/cms/cms_att.c
          +++ new/usr/src/lib/openssl/libsunw_crypto/cms/cms_att.c
↓ open down ↓ 47 lines elided ↑ open up ↑
  48   48   * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  49   49   * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  50   50   * OF THE POSSIBILITY OF SUCH DAMAGE.
  51   51   * ====================================================================
  52   52   */
  53   53  
  54   54  #include <openssl/asn1t.h>
  55   55  #include <openssl/pem.h>
  56   56  #include <openssl/x509v3.h>
  57   57  #include <openssl/err.h>
  58      -#include "cms.h"
  59      -#include "cms_lcl.h"
       58 +#include <openssl/cms.h>
       59 +#include <cms_lcl.h>
  60   60  
  61   61  /* CMS SignedData Attribute utilities */
  62   62  
  63   63  int CMS_signed_get_attr_count(const CMS_SignerInfo *si)
  64   64  {
  65   65          return X509at_get_attr_count(si->signedAttrs);
  66   66  }
  67   67  
  68   68  int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid,
  69   69                            int lastpos)
↓ open down ↓ 126 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX