summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-10-31 23:14:19 +0000
committerRichard Levitte <levitte@openssl.org>2000-10-31 23:14:19 +0000
commit815c83f70aadf7d1526c70cdc8cdec574fa93a9e (patch)
tree06895ebe1eed4f1f4e9c5553d4dec38522bfc9d2 /CHANGES
parent92125ffaec1b9d68c5eebbcc62f0e71751f2b919 (diff)
Add configuration option to build on Linux on both big-endian and
little-endian MIPS. Submitted by Ralf Baechle <ralf@uni-koblenz.de>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3e40206862..b596ea7b9f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Add configuration option to build on Linux on both big-endian and
+ little-endian MIPS.
+ [Ralf Baechle <ralf@uni-koblenz.de>]
+
*) Give the OpenSSL applications more possibilities to make use of
keys (public as well as private) handled by engines.
[Richard Levitte]