Print this page
5072963 Need an optimized AES implementation for amd64
6704653 THIRDPARTYLICENSE fixes for open source crypto source

@@ -20,11 +20,11 @@
 #
 #
 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# ident "@(#)Makefile   1.9     08/04/10 SMI"
+# ident "@(#)Makefile   1.10    08/05/21 SMI"
 #
 
 include ../Makefile.com
 
 DATAFILES +=    i.etcsystem i.kcfconfbase i.manifest i.preserve i.renameold \

@@ -32,14 +32,14 @@
 
 MACHDATAFILES += i.sdconf
 CLOBBERFILES += $(MACHDATAFILES)
 
 LICENSEFILES_i386 = \
-        ../../uts/intel/io/acpica/THIRDPARTYLICENSE \
-        ../../common/crypto/arcfour/amd64/THIRDPARTYLICENSE \
-        ../../common/crypto/sha1/amd64/THIRDPARTYLICENSE \
-        ../../common/crypto/sha2/amd64/THIRDPARTYLICENSE
+        ../../common/crypto/aes/amd64/THIRDPARTYLICENSE \
+        ../../common/crypto/md5/amd64/THIRDPARTYLICENSE \
+        ../../common/crypto/THIRDPARTYLICENSE.cryptogams \
+        ../../uts/intel/io/acpica/THIRDPARTYLICENSE
 
 LICENSEFILES += \
         ../../common/crypto/ecc/THIRDPARTYLICENSE \
         ../../common/mpi/THIRDPARTYLICENSE \
         ../../uts/common/inet/ip/THIRDPARTYLICENSE.rts \