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 <ivan.zhdanov@gmail.com>
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2015-10-30 05:33:38 +00:00
parent ebfe174ea8
commit 62d8190926
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290178

View file

@ -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 <bsd.lib.mk>