From a5b76e1c59f2936b0fda4076a27b4a51f6397e46 Mon Sep 17 00:00:00 2001 From: emaste Date: Mon, 22 Aug 2016 18:50:57 +0000 Subject: [PATCH] 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. --- crypto/heimdal/lib/hx509/version-script.map | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/heimdal/lib/hx509/version-script.map b/crypto/heimdal/lib/hx509/version-script.map index b05198c42c5d..7ee26dd91922 100644 --- a/crypto/heimdal/lib/hx509/version-script.map +++ b/crypto/heimdal/lib/hx509/version-script.map @@ -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;