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/des/des_enc.c
          +++ new/usr/src/lib/openssl/libsunw_crypto/des/des_enc.c
↓ open down ↓ 48 lines elided ↑ open up ↑
  49   49   * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  50   50   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  51   51   * SUCH DAMAGE.
  52   52   *
  53   53   * The licence and distribution terms for any publically available version or
  54   54   * derivative of this code cannot be changed.  i.e. this code cannot simply be
  55   55   * copied and put under another distribution licence
  56   56   * [including the GNU Public Licence.]
  57   57   */
  58   58  
  59      -#include "des_locl.h"
  60      -#include "spr.h"
       59 +#include <des_locl.h>
       60 +#include <spr.h>
  61   61  
  62   62  void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc)
  63   63          {
  64   64          register DES_LONG l,r,t,u;
  65   65  #ifdef DES_PTR
  66   66          register const unsigned char *des_SP=(const unsigned char *)DES_SPtrans;
  67   67  #endif
  68   68  #ifndef DES_UNROLL
  69   69          register int i;
  70   70  #endif
↓ open down ↓ 330 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX