Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compiling System.Net.Security.Native with HAVE_HEIMDAL_HEADERS #54682

Merged
merged 1 commit into from
Jul 9, 2021

Commits on Jun 24, 2021

  1. Fix compiling System.Net.Security.Native with HAVE_HEIMDAL_HEADERS

    We are using malloc/free but don't declare a header. It likely happens to be included from GSS/GSS.h which is why it builds now, but not from the Heimdal headers.
    MichalStrehovsky authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    8ad3a6c View commit details
    Browse the repository at this point in the history