Print this page
4185 New hash algorithm support

*** 19,35 **** # CDDL HEADER END # # # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. # LIBS = $(DYNLIB) $(LINTLIB) ! SRCS = $(COMDIR)/md4/md4.c \ $(COMDIR)/md5/md5.c \ $(COMDIR)/sha1/sha1.c \ ! $(COMDIR)/sha2/sha2.c COMDIR = $(SRC)/common/crypto SRCDIR = ../common MAPFILEDIR = $(SRCDIR) --- 19,39 ---- # CDDL HEADER END # # # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. + # Copyright 2013 Saso Kiselkov. All rights reserved. # LIBS = $(DYNLIB) $(LINTLIB) ! SRCS = $(COMDIR)/edonr/edonr.c \ ! $(COMDIR)/md4/md4.c \ $(COMDIR)/md5/md5.c \ $(COMDIR)/sha1/sha1.c \ ! $(COMDIR)/sha2/sha2.c \ ! $(COMDIR)/skein/skein.c \ ! $(COMDIR)/skein/skein_block.c COMDIR = $(SRC)/common/crypto SRCDIR = ../common MAPFILEDIR = $(SRCDIR)