View | Details | Raw Unified | Return to bug 184805
Collapse All | Expand All

(-)secure/lib/libcrypto/engines/libgost/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
SHLIB_NAME?= libgost.so
3
SHLIB_NAME?= libgost.so
4
SRCS=	gost2001.c gost2001_keyx.c gost89.c gost94_keyx.c gost_ameth.c \
4
SRCS=	gost2001.c gost2001_keyx.c gost89.c gost94_keyx.c gost_ameth.c \
5
	gost_asn1.c gost_crypt.c gost_ctl.c gost_eng.c gost_keywrap.c \
5
	gost_asn1.c gost_crypt.c gost_ctl.c gost_eng.c gost_keywrap.c \
6
	gost_md.c gost_params.c gost_pmeth.c gost_sign.c gosthash.c
6
	gost_md.c gost_params.c gost_pmeth.c gost_sign.c gosthash.c \
7
	e_gost_err.c
7
8
8
.include <bsd.lib.mk>
9
.include <bsd.lib.mk>

Return to bug 184805