Print this page
6665607 Need a SHA256/SHA384/SHA512 implementation optimized for 64-bit x86

@@ -20,19 +20,18 @@
 #
 #
 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# ident "@(#)Makefile   1.4     08/02/26 SMI"
+# ident "@(#)Makefile   1.5     08/03/05 SMI"
 #
 # lib/pkcs11/pkcs11_softtoken/amd64/Makefile
 
 AES_PSR_OBJECTS =
 ARCFOUR_PSR_OBJECTS =  arcfour_crypt_amd64.o
 DES_PSR_OBJECTS =
 RSA_PSR_OBJECTS =
-SHA1_PSR_OBJECTS =
 BIGNUM_PSR_OBJECTS = bignum_amd64.o bignum_amd64_asm.o
 BIGNUM_PSR_PICS = $(BIGNUM_PSR_OBJECTS:%=pics/%)
 BIGNUM_CFG = -DPSR_MUL
 BIGNUM_PSR_SRCS = \
         $(BIGNUMDIR)/amd64/bignum_amd64.c \