git: de4386d17414 - main - heimdal: don't export nonexistant _wind_ucs2read
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Mar 2024 01:06:42 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=de4386d174146781c45907204a61aec4cbbb2b44 commit de4386d174146781c45907204a61aec4cbbb2b44 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-03-07 00:54:55 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-03-07 00:54:55 +0000 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 --- crypto/heimdal/lib/wind/version-script.map | 1 - 1 file changed, 1 deletion(-) 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: *; };