From owner-svn-src-all@freebsd.org Mon Apr 3 19:57:07 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E328D2B67A; Mon, 3 Apr 2017 19:57:07 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DB42A0E; Mon, 3 Apr 2017 19:57:06 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v33Jv6rn055965; Mon, 3 Apr 2017 19:57:06 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v33Jv6UM055964; Mon, 3 Apr 2017 19:57:06 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201704031957.v33Jv6UM055964@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Mon, 3 Apr 2017 19:57:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r316465 - stable/11/crypto/heimdal/lib/hx509 X-SVN-Group: stable-11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2017 19:57:07 -0000 Author: emaste Date: Mon Apr 3 19:57:05 2017 New Revision: 316465 URL: https://svnweb.freebsd.org/changeset/base/316465 Log: MFC r304624: Remove duplicate symbol from libhx509 version-script.map Upstream commit r21331 (7758a5d0) added semiprivate function _hx509_request_to_pkcs10 twice. This change has been committed upstream as 8ef0071d. Sponsored by: The FreeBSD Foundation Modified: stable/11/crypto/heimdal/lib/hx509/version-script.map Directory Properties: stable/11/ (props changed) Modified: stable/11/crypto/heimdal/lib/hx509/version-script.map ============================================================================== --- stable/11/crypto/heimdal/lib/hx509/version-script.map Mon Apr 3 18:50:04 2017 (r316464) +++ stable/11/crypto/heimdal/lib/hx509/version-script.map Mon Apr 3 19:57:05 2017 (r316465) @@ -23,7 +23,6 @@ HEIMDAL_X509_1.2 { _hx509_request_print; _hx509_request_set_email; _hx509_request_to_pkcs10; - _hx509_request_to_pkcs10; _hx509_unmap_file_os; _hx509_write_file; hx509_bitstring_print;