aboutsummaryrefslogtreecommitdiffstats
path: root/STATUS
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-08 17:10:27 +0000
committerBodo Möller <bodo@openssl.org>1999-04-08 17:10:27 +0000
commitfa3da3cf09af1b688295d27ac96e55f115d8ffd2 (patch)
tree9a04d873778f9e632e4016e3e446cc7e365c1e86 /STATUS
parentbacad008ebfa779fe2c18545b05c55433ecc4563 (diff)
downloadopenssl-fa3da3cf09af1b688295d27ac96e55f115d8ffd2.tar.gz
Be more optimistic about the availability of termios for ~ECHO,
because sgtty emulation tends to fail on various systems. Submitted by: Reviewed by: PR:
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS8
1 files changed, 7 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index c8e41d3b4a..54e00cc5f1 100644
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 1999/04/07 23:37:33 $
+ ______________ $Date: 1999/04/08 17:10:25 $
DEVELOPMENT STATE
@@ -22,6 +22,8 @@
o getenv in ca.c and x509_def.c (jaltman@watsun.cc.columbia.edu)
o linux dynamic libs (colin@field.medicine.adelaide.edu.au)
o MingW support (niklas@canit.se)
+ o SPARC v9, SPARC v8 assembler implementations of bn_asm.c
+ (appro@fy.chalmers.se)
IN PROGRESS
@@ -141,6 +143,10 @@
> go. I also noticed the even with -DNO_IDEA, _DNO_RC2, etc. the make
> still goes into those subdirectories and 'makes'.
+ o The "exported" header files should not use #include "foo.h", but
+ #include <foo.h> or even better #include <ssl/foo.h> or
+ #include <openssl/foo.h> in order to avoid filename clashes.
+
WISHES
o Damien Miller: