summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-08-25 16:05:18 -0400
committerRich Salz <rsalz@openssl.org>2017-08-27 11:35:39 -0400
commitb2db9c18b23f59c3a08ef10f0ee85f24d43da2a4 (patch)
treec6ffbf9e811eee2ff4eb9e0c95c21add57f836e4 /CHANGES
parent32c1356302e74dfa5e8bd2d7002c18d91a323b70 (diff)
MSC_VER <= 1200 isn't supported; remove dead code
VisualStudio 6 and earlier aren't supported. Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4263)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f9b58f9a31..2cf6993324 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,10 @@
Changes between 1.1.0f and 1.1.1 [xx XXX xxxx]
+ *) Some macro definitions to support VS6 have been removed. Visual
+ Studio 6 has not worked since 1.1.0
+ [Rich Salz]
+
*) Add ERR_clear_last_mark(), to allow callers to clear the last mark
without clearing the errors.
[Richard Levitte]