summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2008-05-19 20:45:25 +0000
committerBodo Möller <bodo@openssl.org>2008-05-19 20:45:25 +0000
commit4bd4afa34e4c67279edee29c93b03bd7ed144d88 (patch)
tree7a83925c7d3ae520007a4d2de775314d9b4132bf /CHANGES
parent148bb9515c7e1be16cc17e4b59e043c84a40af16 (diff)
Change use of CRYPTO_THREADID so that we always use both the ulong and
ptr members. (So if the id_callback is bogus, we still have &errno.)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index cf5c17cfca..2f26937ebd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,12 @@
Changes between 0.9.8g and 0.9.9 [xx XXX xxxx]
- *) To support arbitrarily-typed thread IDs, deprecate the existing
+ *) Not all of this is true any longer.
+ Will have to be updated to reflect all subsequent changes to cryptlib.c.
+ --bodo
+
+
+ To support arbitrarily-typed thread IDs, deprecate the existing
type-specific APIs for a general purpose CRYPTO_THREADID
interface. Applications can choose the thread ID
callback type it wishes to register, as before;