aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal/lib
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2016-08-22 18:50:57 +0000
committerEd Maste <emaste@FreeBSD.org>2016-08-22 18:50:57 +0000
commit4620ba2e32b8e2c14230c7395eb203a46ea246ac (patch)
tree3907951f1137e49ddde0b72a8de41c539f3c1768 /crypto/heimdal/lib
parentad1913f42a6f51bf57012c173a2b47c7c73b3ca9 (diff)
downloadsrc-4620ba2e32b8e2c14230c7395eb203a46ea246ac.tar.gz
src-4620ba2e32b8e2c14230c7395eb203a46ea246ac.zip
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.
Notes
Notes: svn path=/head/; revision=304624
Diffstat (limited to 'crypto/heimdal/lib')
-rw-r--r--crypto/heimdal/lib/hx509/version-script.map1
1 files changed, 0 insertions, 1 deletions
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;