summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-10-05 11:17:08 +0100
committerMatt Caswell <matt@openssl.org>2015-10-30 08:39:47 +0000
commitf3ae986218ad2269758f4994ffe137b8233dc0b8 (patch)
treeb2ae7abe41c26bc2fb838f1bac7c37c32f6612f8 /CHANGES
parentd78052cf4f3b8def0ebbd89d3ecc0098190ee20f (diff)
Remove the old state defines
Remove all the defines for the old state machines states. Mapping old to new is probably going to cause more problems than it solves so it is probably better to just remove them. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 1 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 46f058a4b8..a8629d87bb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,10 +11,7 @@
has been removed and replaced by SSL_get_state which now returns an
"OSSL_HANDSHAKE_STATE" instead of an int. SSL_set_state() has been removed
altogether. The previous handshake states defined in ssl.h and ssl3.h have
- been redefined to be the nearest equivalent OSS_HANDSHAKE_STATE value. Not
- all states have an equivalent value, (e.g. SSL_ST_CW_FLUSH). New
- application code should not use the old handshake state values, but should
- instead use OSSL_HANDSHAKE_STATE.
+ also been removed.
[Matt Caswell]
*) The demo files in crypto/threads were moved to demo/threads.