Print this page
6617458 amd64/rsa is a false positive reported by wsdiff

*** 17,30 **** # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # ! # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! #ident "@(#)Makefile 1.11 06/11/02 SMI" # # This makefile drives the production of the RSA KEF provider. # # intel 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.12 08/01/02 SMI" # # This makefile drives the production of the RSA KEF provider. # # intel implementation architecture dependent #
*** 31,42 **** # # Path to the base of the uts directory tree (usually /usr/src/uts). # UTSBASE = ../.. ! COM1_DIR = $(SRC)/common/bignum ! COM2_DIR = $(SRC)/common/crypto/rsa # # Define the module and object file sets. # MODULE = rsa --- 31,42 ---- # # Path to the base of the uts directory tree (usually /usr/src/uts). # UTSBASE = ../.. ! COM1_DIR = $(COMMONBASE)/bignum ! COM2_DIR = $(COMMONBASE)/crypto/rsa # # Define the module and object file sets. # MODULE = rsa
*** 104,111 **** # # Include common targets. # include $(UTSBASE)/intel/Makefile.targ ! BIGNUMDIR = $(SRC)/common/bignum include Makefile.$(CLASS) --- 104,111 ---- # # Include common targets. # include $(UTSBASE)/intel/Makefile.targ ! BIGNUMDIR = $(COMMONBASE)/bignum include Makefile.$(CLASS)