From: ngie Date: Fri, 30 Oct 2015 05:33:38 +0000 (+0000) Subject: Fix GOST engine cipher linkage by adding e_gost_err.c to SRCS so it X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=49fb8f66e2a82a65f2c4055f1f1d172d2a6145cb;p=people%2Fjulieng%2Ffreebsd.git Fix GOST engine cipher linkage by adding e_gost_err.c to SRCS so it picks up undefined symbols, like "ERR_load_GOST_strings" MFC after: 3 days PR: 184805 Submitted by: Ivan IvanZhdanov Sponsored by: EMC / Isilon Storage Division --- diff --git a/secure/lib/libcrypto/engines/libgost/Makefile b/secure/lib/libcrypto/engines/libgost/Makefile index ad718face64c..47ab05b3a516 100644 --- a/secure/lib/libcrypto/engines/libgost/Makefile +++ b/secure/lib/libcrypto/engines/libgost/Makefile @@ -3,6 +3,7 @@ SHLIB_NAME?= libgost.so SRCS= gost2001.c gost2001_keyx.c gost89.c gost94_keyx.c gost_ameth.c \ gost_asn1.c gost_crypt.c gost_ctl.c gost_eng.c gost_keywrap.c \ - gost_md.c gost_params.c gost_pmeth.c gost_sign.c gosthash.c + gost_md.c gost_params.c gost_pmeth.c gost_sign.c gosthash.c \ + e_gost_err.c .include