Print this page
4896 Performance improvements for KCF AES modes

*** 19,28 **** --- 19,29 ---- # CDDL HEADER END # # # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. + # Copyright 2015 by Saso Kiselkov. All rights reserved. # LIBRARY = libsoftcrypto.a VERS = .1
*** 31,40 **** --- 32,42 ---- include $(SRC)/lib/Makefile.lib CERRWARN += -_gcc=-Wno-type-limits CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-uninitialized + C99MODE = $(C99_ENABLE) # Sources need to be redefined after Makefile.lib inclusion. SRCS = $(AES_SRC) $(ARCFOUR_SRC) $(BIGNUM_SRC) $(BLOWFISH_SRC) \ $(DES_SRC) $(MODES_SRC) $(DH_SRC) $(DSA_SRC) $(RSA_SRC) \ $(PAD_SRC)