CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/15 12:02:05
Modified files:
lib/libssl/src/crypto/engine: eng_all.c engine.h
lib/libssl/src/engines: Makefile
lib/libssl/src/util: mk1mf.pl mkfiles.pl
Removed files:
lib/libssl/src/engines/ccgost: Makefile README.gost e_gost_err.c
e_gost_err.h e_gost_err.proto
gost.ec gost2001.c
gost2001_keyx.c gost2001_keyx.h
gost89.c gost89.h gost94_keyx.c
gost_ameth.c gost_asn1.c
gost_crypt.c gost_ctl.c
gost_eng.c gost_keywrap.c
gost_keywrap.h gost_lcl.h
gost_md.c gost_params.c
gost_params.h gost_pmeth.c
gost_sign.c gosthash.c gosthash.h
gostsum.c
Log message:
Remove the GOST engine: It is not compiled or used and depends on the
"dynamic engine" feature that is not enabled in our build. People who
need it can still pull it out of the Attic; if it is to have a Russian
engine just because it's a Russian engine.
OK deraadt@ beck@