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.5 08/02/26 SMI"
+# ident "@(#)Makefile 1.6 08/03/20 SMI"
#
# lib/pkcs11/pkcs11_softtoken/i386/Makefile
AES_PSR_OBJECTS =
ARCFOUR_PSR_OBJECTS =
DES_PSR_OBJECTS =
RSA_PSR_OBJECTS =
-SHA1_PSR_OBJECTS =
BIGNUM_PSR_OBJECTS = bignum_i386.o bignum_i386_asm.o
BIGNUM_CFG = -DPSR_MUL -DHWCAP
BIGNUM_PSR_SRCS = \
$(BIGNUMDIR)/i386/bignum_i386.c \
$(BIGNUMDIR)/i386/bignum_i386_asm.s