Print this page
4185 New hash algorithm support
*** 18,33 ****
#
# CDDL HEADER END
#
#
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
LIBRARY = libmd.a
VERS = .1
! OBJECTS = md4.o md5.o sha1.o sha2.o
include $(SRC)/lib/Makefile.lib
include $(SRC)/lib/Makefile.rootfs
include $(SRC)/lib/Makefile.lib.64
include ../Makefile.com
--- 18,34 ----
#
# 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 = 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