4185 New hash algorithm support
@@ -18,16 +18,17 @@ # # CDDL HEADER END # # # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright 2013 Saso Kiselkov. All rights reserved. # LIBRARY = libmd.a VERS = .1 -OBJECTS = md4.o md5.o sha1.o sha2.o +OBJECTS = edonr.o md4.o md5.o sha1.o sha2.o skein.o skein_block.o include $(SRC)/lib/Makefile.lib include $(SRC)/lib/Makefile.rootfs include $(SRC)/lib/Makefile.lib.64 include ../Makefile.com