summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>2001-11-12 12:49:25 +0000
committerMark J. Cox <mark@openssl.org>2001-11-12 12:49:25 +0000
commitf99ac98efb8416bc4c59db4778891888ee6882e9 (patch)
tree3de382f5463a415e476d6d7a4955358c96e780a6 /CHANGES
parentc615cdd7cbaa5bb43b2d3c3e9f223562a494c4b0 (diff)
Add assembler implementation for IA-64
Submitted by: Andy Polyakov Reviewed by: Mark Cox PR:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5a4e681636..9dc151d4dd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.6b and 0.9.6c [XX xxx XXXX]
+ *) Add assembler implementation for IA-64
+ [Andy Polyakov]
+
*) Change ssl/s2_clnt.c and ssl/s2_srvr.c so that received handshake
messages are stored in a single piece (fixed-length part and
variable-length part combined) and fix various bugs found on the way.