Print this page
6617458 amd64/rsa is a false positive reported by wsdiff
*** 1,12 ****
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
! # Common Development and Distribution License, Version 1.0 only
! # (the "License"). You may not use this file except in compliance
! # with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
--- 1,11 ----
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
! # Common Development and Distribution License (the "License").
! # You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
*** 18,31 ****
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
! # Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! #ident "@(#)Makefile 1.4 05/06/08 SMI"
#
# This makefile drives the production of the ARCFOUR KEF provider.
#
# sparc implementation architecture dependent
#
--- 17,30 ----
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
! # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! #ident "@(#)Makefile 1.5 08/01/02 SMI"
#
# This makefile drives the production of the ARCFOUR KEF provider.
#
# sparc implementation architecture dependent
#
*** 32,42 ****
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
#
UTSBASE = ../..
! COM_DIR = $(SRC)/common/crypto/arcfour
#
# Define the module and object file sets.
#
MODULE = arcfour2048
--- 31,41 ----
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
#
UTSBASE = ../..
! COM_DIR = $(COMMONBASE)/crypto/arcfour
#
# Define the module and object file sets.
#
MODULE = arcfour2048