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/pl/keysets.pl
          +++ new/usr/src/lib/openssl/libsunw_crypto/pl/keysets.pl
   1      -#!/usr/local/bin/perl
        1 +#!/usr/bin/perl
   2    2  
   3    3  $NUMBER=0x01;
   4    4  $UPPER=0x02;
   5    5  $LOWER=0x04;
   6    6  $UNDER=0x100;
   7    7  $PUNCTUATION=0x200;
   8    8  $WS=0x10;
   9    9  $ESC=0x20;
  10   10  $QUOTE=0x40;
  11   11  $DQUOTE=0x400;
↓ open down ↓ 174 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX