]> granicus.if.org Git - curl/commit
- As Daniel Fandrich figured out, we must do the GnuTLS initing in the
authorDaniel Stenberg <daniel@haxx.se>
Wed, 25 Feb 2009 12:51:17 +0000 (12:51 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 25 Feb 2009 12:51:17 +0000 (12:51 +0000)
commitd207ea1652f4712c6e46e7c9c8ea6bdf29fd4be3
tree142615e59434bb7e258503372cea7f7f328f1972
parent625d06ac79837a4827cc414cb26cb7e5d780a22e
- As Daniel Fandrich figured out, we must do the GnuTLS initing in the
  curl_global_init() function to properly maintain the performing functions
  thread-safe. We've previously (28 April 2007) moved the init to a later time
  just to avoid it to fail very early when libgcrypt dislikes the situation,
  but that move was bad and the fix should rather be in libgcrypt or
  elsewhere.
CHANGES
RELEASE-NOTES
lib/gtls.c