Peter O'Gorman fixed libcurl to not init GnuTLS as early as we did before,

since it then inits libgcrypt and libgcrypt is being evil and EXITS the
application if it fails to get a fine random seed. That's really not a nice
thing to do by a library.
This commit is contained in:
Daniel Stenberg
2007-04-28 21:01:30 +00:00
parent f611f42dcf
commit 503557e5ce
3 changed files with 33 additions and 8 deletions

View File

@@ -31,6 +31,8 @@ This release includes the following bugfixes:
o compilation on VMS 64-bit mode
o SCP/SFTP downloads could hang on the last bytes of a transfer
o curl_easy_duphandle() crash
o curl -V / curl_verion*() works even when GnuTLS is used on a system without
a good random source
This release includes the following known bugs: