summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-09 06:55:04 +0000
committerngie <ngie@FreeBSD.org>2015-11-09 06:55:04 +0000
commit1180ac6b71376590d5f3f1ae78b9da0d65ecb49a (patch)
treecb278786837608b463908eca263d30f807414413 /secure
parentbf233cc247b9545acd0eb9120cd5a2962a06fd0d (diff)
downloadFreeBSD-src-1180ac6b71376590d5f3f1ae78b9da0d65ecb49a.zip
FreeBSD-src-1180ac6b71376590d5f3f1ae78b9da0d65ecb49a.tar.gz
MFC r290178:
Fix GOST engine cipher linkage by adding e_gost_err.c to SRCS so it picks up undefined symbols, like "ERR_load_GOST_strings" PR: 184805 Submitted by: Ivan IvanZhdanov <ivan.zhdanov@gmail.com> Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/engines/libgost/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/engines/libgost/Makefile b/secure/lib/libcrypto/engines/libgost/Makefile
index ad718fa..47ab05b 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 <bsd.lib.mk>
OpenPOWER on IntegriCloud