Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2015 06:55:05 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r290575 - stable/10/secure/lib/libcrypto/engines/libgost
Message-ID:  <201511090655.tA96t5nx072464@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Nov  9 06:55:04 2015
New Revision: 290575
URL: https://svnweb.freebsd.org/changeset/base/290575

Log:
  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

Modified:
  stable/10/secure/lib/libcrypto/engines/libgost/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/secure/lib/libcrypto/engines/libgost/Makefile
==============================================================================
--- stable/10/secure/lib/libcrypto/engines/libgost/Makefile	Mon Nov  9 06:50:42 2015	(r290574)
+++ stable/10/secure/lib/libcrypto/engines/libgost/Makefile	Mon Nov  9 06:55:04 2015	(r290575)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511090655.tA96t5nx072464>