diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-08-01 11:09:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-08-01 11:09:02 +0000 |
commit | 0dce2ff8a09065b2be2a3531f498006906c81db5 (patch) | |
tree | ef97cbf066d5485ee1bdb7ce5cbabc6ccb780485 /TODO-RELEASE | |
parent | 2642638fcae2c51a3407f0af6a90b3c6aca895f5 (diff) | |
download | curl-0dce2ff8a09065b2be2a3531f498006906c81db5.tar.gz |
- Tanguy Fautre pointed out that OpenSSL's function RAND_screen() (present
only in some OpenSSL installs - like on Windows) isn't thread-safe and we
agreed that moving it to the global_init() function is a decent way to deal
with this situation.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 513ad81cd..ad1e24f54 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -5,8 +5,6 @@ To be addressed in 7.19.6 (planned release: August 2009) 249 - Wildcard cert name checking and null termination -250 - RAND_screen() fix - 251 - TFTP block size 252 - disable SNI for SSLv2 and SSLv3 |