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/camellia/cmll_cfb.c
          +++ new/usr/src/lib/openssl/libsunw_crypto/camellia/cmll_cfb.c
↓ open down ↓ 97 lines elided ↑ open up ↑
  98   98   * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  99   99   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 100  100   * SUCH DAMAGE.
 101  101   *
 102  102   * The licence and distribution terms for any publically available version or
 103  103   * derivative of this code cannot be changed.  i.e. this code cannot simply be
 104  104   * copied and put under another distribution licence
 105  105   * [including the GNU Public Licence.]
 106  106   */
 107  107  
      108 +#include <openssl/opensslconf.h>
 108  109  #include <openssl/camellia.h>
 109  110  #include <openssl/modes.h>
 110  111  
 111  112  
 112  113  /* The input and output encrypted as though 128bit cfb mode is being
 113  114   * used.  The extra state information to record how much of the
 114  115   * 128bit block we have used is contained in *num;
 115  116   */
 116  117  
 117  118  void Camellia_cfb128_encrypt(const unsigned char *in, unsigned char *out,
↓ open down ↓ 21 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX