Fix NTLM authentication memory leak on SSPI enabled Windows builds

This commit is contained in:
Yang Tse
2009-03-05 01:23:14 +00:00
parent b98e0aa09b
commit 94bb7fe5cb
3 changed files with 7 additions and 4 deletions

View File

@@ -6,6 +6,10 @@
Changelog
Yang Tse (5 Mar 2009)
- Fixed NTLM authentication memory leak on SSPI enabled Windows builds. This
issue was noticed by Chris Deidun.
Daniel Fandrich (4 Mar 2009)
- Fixed a problem with m4 quoting in the OpenSSL configure check reported
by Daniel Johnson.