aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2024-03-07 00:54:55 +0000
committerBrooks Davis <brooks@FreeBSD.org>2024-03-07 00:54:55 +0000
commitde4386d174146781c45907204a61aec4cbbb2b44 (patch)
tree9212d95730086e6a7d1a0c692f3a8d94c0db73b5 /crypto
parent023fa553bf0000837738ce3ba118921ee24e3792 (diff)
downloadsrc-de4386d174146781c45907204a61aec4cbbb2b44.tar.gz
src-de4386d174146781c45907204a61aec4cbbb2b44.zip
heimdal: don't export nonexistant _wind_ucs2read
This symbol table entry came in with the 1.5 import (commit 7c450da7b446), but the only other mention is a commented out entry in lib/wind/libwind-exports.def. Reviewed by: cy Differential Revision: https://reviews.freebsd.org/D44245
Diffstat (limited to 'crypto')
-rw-r--r--crypto/heimdal/lib/wind/version-script.map1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/heimdal/lib/wind/version-script.map b/crypto/heimdal/lib/wind/version-script.map
index 6b5abb5ee2a5..79f02471abe9 100644
--- a/crypto/heimdal/lib/wind/version-script.map
+++ b/crypto/heimdal/lib/wind/version-script.map
@@ -23,7 +23,6 @@ HEIMDAL_WIND_1.0 {
_wind_stringprep_map;
_wind_stringprep_normalize;
_wind_ldap_case_exact_attribute;
- _wind_ucs2read;
local:
*;
};