Skip to content
forked from curl/curl
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

md4: Fixed compilation issues when using GNU TLS gcrypt #94

Merged
merged 1 commit into from
Feb 22, 2020

Conversation

sthagen
Copy link
Owner

@sthagen sthagen commented Feb 22, 2020

  • Don't include 'struct' in the gcrypt MD4_CTX typedef
  • The call to gcry_md_read() should use a dereferenced ctx
  • The call to gcry_md_close() should use a dereferenced ctx

Additional minor whitespace issue in the USE_WIN32_CRYPTO code.

Closes curl#4959

* Don't include 'struct' in the gcrypt MD4_CTX typedef
* The call to gcry_md_read() should use a dereferenced ctx
* The call to gcry_md_close() should use a dereferenced ctx

Additional minor whitespace issue in the USE_WIN32_CRYPTO code.

Closes #4959
@sthagen sthagen merged commit 2a01285 into sthagen:master Feb 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants