Describe the feature you'd like supported
I want to update msh3 to 0.7.0 in vcpkg. msh3 version 0.7.0 requires symbols:
CxPlatGetSelfSignedCert
CxPlatFreeSelfSignedCert
These symbols found on platform targert.
Proposed solution
I am asking a way how to export these symbols as well. It can done to msquic target, or different target.
If you choose to export to different target, I am kindly asking to change the target name to be more specific, and not general name of platform that can be collide with other names with different libs.
Additional context
I also added an issue on vcpkg:
microsoft/vcpkg#41200
If you need more information from my side, I will happy to provide them.
Thank you.
Describe the feature you'd like supported
I want to update msh3 to 0.7.0 in vcpkg. msh3 version 0.7.0 requires symbols:
These symbols found on platform targert.
Proposed solution
I am asking a way how to export these symbols as well. It can done to msquic target, or different target.
If you choose to export to different target, I am kindly asking to change the target name to be more specific, and not general name of platform that can be collide with other names with different libs.
Additional context
I also added an issue on vcpkg:
microsoft/vcpkg#41200
If you need more information from my side, I will happy to provide them.
Thank you.