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/ex_data.c
          +++ new/usr/src/lib/openssl/libsunw_crypto/ex_data.c
↓ open down ↓ 130 lines elided ↑ open up ↑
 131  131   * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
 132  132   * OF THE POSSIBILITY OF SUCH DAMAGE.
 133  133   * ====================================================================
 134  134   *
 135  135   * This product includes cryptographic software written by Eric Young
 136  136   * (eay@cryptsoft.com).  This product includes software written by Tim
 137  137   * Hudson (tjh@cryptsoft.com).
 138  138   *
 139  139   */
 140  140  
 141      -#include "cryptlib.h"
      141 +#include <cryptlib.h>
 142  142  #include <openssl/lhash.h>
 143  143  
 144  144  /* What an "implementation of ex_data functionality" looks like */
 145  145  struct st_CRYPTO_EX_DATA_IMPL
 146  146          {
 147  147          /*********************/
 148  148          /* GLOBAL OPERATIONS */
 149  149          /* Return a new class index */
 150  150          int (*cb_new_class)(void);
 151  151          /* Cleanup all state used by the implementation */
↓ open down ↓ 485 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX