mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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.
This commit is contained in:
parent
ad1913f42a
commit
4620ba2e32
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue